JsBarcode
JsBarcode copied to clipboard
Feature Request: Split package into multiple packages
trafficstars
Many users may only need one of svg, canvas and img renderers, in order to improve performance, is it possible to split this package into:
- core
- svg-renderer
- img-renderer
- canvas-renderer
Or:
- core
- server-renderer
- client-renderer
So users can choose according to their needs.
Thanks for the great lib.
I was also thinking it'd be nice to be able to split it based in the barcode types as well. Tree Shaking doesn't seem to be removing the excess parts.
This is a planned feature of JsBarcode 4.0 🙂