@makard/pdf417

Typified and distributed to npm wrapper for https://github.com/bkuzmic/pdf417-js

Usage no npm install needed!

<script type="module">
  import makardPdf417 from 'https://cdn.skypack.dev/@makard/pdf417';
</script>

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();