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();