Open coffee-converter opened 4 years ago
It would be great to set this up so that the core.js code was actually core to both the browser and nodejs libraries. Instead, right now createPixelArray() and validateOptions() are both implemented twice identically.
core.js
createPixelArray()
validateOptions()
It would be great to set this up so that the
core.js
code was actually core to both the browser and nodejs libraries. Instead, right nowcreatePixelArray()
andvalidateOptions()
are both implemented twice identically.