Package Exports
- @darthmaim/barcode
- @darthmaim/barcode/lib/ean13
- @darthmaim/barcode/lib/ean13.js
- @darthmaim/barcode/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@darthmaim/barcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@darthmaim/barcode
Library to validate and format EAN barcodes.
Usage
import { isValid } from '@darthmaim/barcode/lib/ean13';
isValid("4003994155486");Installation
npm i @darthmaim/barcodeLicense
@darthmaim/barcode is licensed under the MIT License.