Open maliyshock opened 5 years ago
Please fix the issue in the readme import retina from 'retinajs'; should be import retina from 'retinajs'; https://monosnap.com/file/5kyKL4YuAufNvWIHK5rhzfllesPwLM
import retina from 'retinajs';
also put somwhere npm install retinajs otherwise you may think that you need to npm install retina which is wrong. I spent 15 minutes to guess where is the mistake.
npm install retinajs
npm install retina
Plus one on this. I spend about 3 hours (!) to find this mistake...
Please fix the issue in the readme
import retina from 'retinajs';
should beimport retina from 'retinajs';
https://monosnap.com/file/5kyKL4YuAufNvWIHK5rhzfllesPwLMalso put somwhere
npm install retinajs
otherwise you may think that you need tonpm install retina
which is wrong. I spent 15 minutes to guess where is the mistake.