Ruloaooa commited on
Commit
b11b3e5
·
verified ·
1 Parent(s): a3a2687

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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