Skip to content

Latest commit

 

History

History
74 lines (64 loc) · 2.77 KB

README.md

File metadata and controls

74 lines (64 loc) · 2.77 KB

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.

Installation

There are two ways to install our library:

  • Run the following command:
$ npm install @barcode-bakery/barcode-1d @barcode-bakery/barcode-common

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

Supported types