We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae3ad0 commit a72bd59Copy full SHA for a72bd59
index.js
@@ -41,7 +41,7 @@ function encodeImage(imagePath) {
41
42
43
async function getUniqueColors(imagePath, options = {}) {
44
- //addd some things test test test test test test
+ //addd some things test test test test test test booooo
45
const image = await Jimp.read(imagePath);
46
const colorSet = new Set();
47
//adds more stuff dude lol
0 commit comments