UNPKG

jsbarcode-fixed

Version:

JsBarcode is a customizable barcode generator with support for multiple barcode formats.

8 lines (6 loc) 258 B
import CODE128 from './CODE128_AUTO.js'; import CODE128A from './CODE128A.js'; import CODE128B from './CODE128B.js'; import CODE128C from './CODE128C.js'; import CODE128Fix from './CODE128Fix.js'; export {CODE128, CODE128A, CODE128B, CODE128C, CODE128Fix};