@darthmaim/barcode
Version:
Verify EAN barcodes
22 lines (13 loc) • 306 B
Markdown
# `@darthmaim/barcode`
Library to validate and format EAN barcodes.
## Usage
```
import { isValid } from '@darthmaim/barcode/lib/ean13';
isValid("4003994155486");
```
## Installation
```
npm i @darthmaim/barcode
```
## License
**@darthmaim/barcode** is licensed under the [MIT License](./LICENSE).