Closed azayneeva closed 7 years ago
Did you try doing
npm install --save image-parser
?
As far as I know, the only place where we use image-parser is in the tests file, so I don't see how you get this error by just using the library.
npm install --save image-parser seems not to work on node 8 (checking if it's something else). It is only used in the test but I don't see any example about hot to read an actual image unless it's already png64 encoded in the docs
I have updated the readme with info about how to get it working on node with jimp
(easiest) or image-parser
(needs graphicsmagick)
See here : https://github.com/edi9999/jsqrcode#passing-image-data-in-node
Thank you a lot!
Node throws error that it cannot find module 'image-parser'