Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -127,7 +127,7 @@ async function createCustomSWGenerator({ profileImage, mainImage, caption = "Cus
|
|
| 127 |
|
| 128 |
//Threads
|
| 129 |
|
| 130 |
-
async function generateThread(username, avatarPath, textContent, countLike) {
|
| 131 |
const canvas = createCanvas(1080, 300);
|
| 132 |
const ctx = canvas.getContext('2d');
|
| 133 |
|
|
|
|
| 127 |
|
| 128 |
//Threads
|
| 129 |
|
| 130 |
+
async function generateThread(username, avatarPath, textContent, countLike = "100") {
|
| 131 |
const canvas = createCanvas(1080, 300);
|
| 132 |
const ctx = canvas.getContext('2d');
|
| 133 |
|