yobryon / ngx-barcode

An angular component for Angular 4+ for creating 1-D barcodes based on Lindell's JsBarcode
https://yobryon.github.io/ngx-barcode
81 stars 53 forks source link

How to use the "ean128" Option for Code128? #5

Open danielnemetz opened 6 years ago

danielnemetz commented 6 years ago

There is an Option ean128 for Code128 to "Enable encoding CODE128 as GS1-128/EAN-128." AFAICS there is no method to use that option provided by the underlying BarcodeJS Lib.

yobryon commented 6 years ago

The ean128 option was added to the underlying lib earlier this year, it seems. This component doesn't support it yet, but it shouldn't be too hard to add. I'll look into it soon.

tosehee75 commented 6 years ago

any update to this?