@makard/pdf417
v0.0.5
Published
Typified and distributed to npm wrapper for https://github.com/bkuzmic/pdf417-js
Downloads
149
Readme
PDF417
Typified and distributed to npm wrapper for https://github.com/bkuzmic/pdf417-js
Install
npm i @makard/pdf417
yarn add @makard/pdf417
Usage
import { PDF417 } from '@makard/pdf417'
PDF417.init('text', 0, 0);
const barcode = PDF417.getBarcodeArray();