This example repository will allow you to generate any type of 1D barcodes. You can find more information on our Barcode Bakery website.
This is based on the barcode 1D library.
The library is available for free for non-commercial use; however you must purchase a license if you plan to use it in a commercial environment.
There are two ways to install our library:
- Run the following command:
$ npm install @barcode-bakery/barcode-1d @barcode-bakery/barcode-common
- Or, download the library on our website, and follow our developer's guide.
This repository is already setup to run the examples. You simply need to run:
$ npm install
Then call a file app-code39.js with Node:
node src/app-code39.js