ericblade / quagga2

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
MIT License
758 stars 85 forks source link

No /dist folder #264

Closed kellyjonbrazil closed 4 years ago

kellyjonbrazil commented 4 years ago

Sorry I'm a little new to this but I've been using the upstream QuaggaJS library and would like to try this one out, but I don't see the /dist folder where I can grab the quagga.min.js file. Do I need to build this?

Thanks!

github-actions[bot] commented 4 years ago

Thank you for filing an issue! Please be patient. :-)

ericblade commented 4 years ago

You can use npm to install it (npm install @ericblade/quagga2) and copy it out of the node_modules/@ericblade/quagga2 dir, or build it from source with npm run build. I do have a task to figure out how to copy that automatically over to the "Releases" tab on github, but haven't had time to figure that out yet.

kellyjonbrazil commented 4 years ago

That worked, thanks!

ericblade commented 4 years ago

No problem. It is not included in the repo because the repo is the place for source code, not the minimized versions.

Enjoy!