Johan Lindell

Results 96 comments of Johan Lindell

Of course I will not 😉 I just added EAN to test with and there is a lot of other options thats need to be added.

This will probably not be node before ES6 import / export comes to node since coverage on compiled code isn't what I want.

First, this issue has nothing to do with your problem! Please create a new issue. Second, are you sure the php generate the 000000002 correctly? Since I can generate barcodes...

The problem is that you print the number as a number in the javascript, which will remove the zeroes. If you add " before and after the number to make...

This does indeed seem to be a bug. Will look into it. https://jsfiddle.net/6b5j78va/1/

JsBarcode uses commonJS (not ES6 modules). To get it to work right now it seems like you need to change things in your toolchain with something like [systemjs](https://github.com/systemjs/systemjs). I thought...

@yobryon That's very nice. Now there exist wrappers for all major frontend frameworks, angular1, angular2, react and vue. Will probably add them all to the readme soon 😄

Is this really before any tree shaking has been made? I see a lot of things that should be automatically removed by webpack while compiling.

Thanks for the information, I did not that SVG font options are not supported. Can you link to any documentation about it? :) But many browsers do actually render it....

Thanks @chrisbenjamin for the clarification. I was under the impression that the solution was something else. This does indeed seem to be solvable without changing anything 🙂