Skip to content

Commit a72bd59

Browse files
authored
Update index.js
1 parent 2ae3ad0 commit a72bd59

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
@@ -41,7 +41,7 @@ function encodeImage(imagePath) {
4141

4242

4343
async function getUniqueColors(imagePath, options = {}) {
44-
//addd some things test test test test test test
44+
//addd some things test test test test test test booooo
4545
const image = await Jimp.read(imagePath);
4646
const colorSet = new Set();
4747
//adds more stuff dude lol

0 commit comments

Comments
 (0)