From 91d32ea11478658b7407943e3251e2c030c3cb0a Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Sun, 16 Feb 2025 02:43:57 +0000 Subject: [PATCH] case sensitivity whee --- dither-image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dither-image.js b/dither-image.js index f14f1d8..5a95ec4 100644 --- a/dither-image.js +++ b/dither-image.js @@ -2,7 +2,7 @@ import { writeFileSync } from 'fs'; -import Jimp from 'Jimp'; +import Jimp from 'jimp'; function repeat(val, n) { @@ -1089,4 +1089,4 @@ async function main() { process.exit(0); } -main(); \ No newline at end of file +main();