Skip to content

Commit 8d11c00

Browse files
authored
Update index.js
1 parent cb9b5d1 commit 8d11c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function removeBackgroundColor(inputPath, outputPath, targetColor, colorTh
3333
}
3434

3535
function encodeImage(imagePath) {
36-
//very cool hey tim
36+
//very cool hey tim and andrew
3737
const image = fs.readFileSync(imagePath);
3838
return Buffer.from(image).toString('base64');
3939
}

0 commit comments

Comments
 (0)