erwanvivien / fast_qr

Ultra fast QRCode generation
https://fast-qr.com/
MIT License
197 stars 29 forks source link

Make wasm-bindgen optional #4

Closed svenstaro closed 2 years ago

svenstaro commented 2 years ago

This crate, as of the time of writing, only has a single dependency (wasm-bindgen) which is great! But I wonder whether even this dependency could be made optional for those of us who don't need wasm-bindgen.

erwanvivien commented 2 years ago

Hello !

Thanks for the heads up, I had this intention ! I will try to make to only dev-dependency or maybe a feature, because it is indeed not needed.

erwanvivien commented 2 years ago

@svenstaro I made a 0.5 release where this problem is resolved.

Also, the 0.5 release adds more SVG support on WASM

svenstaro commented 2 years ago

Thanks, that's great!