Skip to content

Commit 6247b99

Browse files
authored
Update index.js
1 parent 30a3289 commit 6247b99

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
@@ -7,7 +7,7 @@ import path from "path";
77

88
async function removeBackgroundColor(inputPath, outputPath, targetColor, colorThreshold = 0, options = {}) {
99
//yeah so coolllllll
10-
// fdsafewqfewqfcdsafdsafdsafcdsvfd
10+
// fdsafewqfewqfcdsafdsafdsafcdsvf
1111
const image = await Jimp.read(inputPath);
1212

1313
// Define the color you want to replace (e.g., white) or even blue, or yellow!

0 commit comments

Comments
 (0)