danielepiccone / ditherjs

A javascript library which dithers an <img> using a fixed palette
http://danielepiccone.github.io/ditherjs/
133 stars 21 forks source link

Undefined variables in diffusion ditherer #12

Open jimnys-8 opened 1 year ago

jimnys-8 commented 1 year ago

The x and y variables used in errorDiffusionDither are never declared in the function, which causes a ReferenceError in strict mode. Not sure if this repo is maintained, but I'll give it a shot anyway!