@darthmaim/react-barcode
Version:
Renders EAN barcodes
22 lines (13 loc) • 328 B
Markdown
# `@darthmaim/react-barcode`
React Component to render EAN barcode as svg.
## Usage
```
import { Barcode } from '@darthmaim/react-barcode';
<Barcode value="4003994155486"/>
```
## Installation
```
npm i @darthmaim/react-barcode
```
## License
**@darthmaim/react-barcode** is licensed under the [MIT License](./LICENSE).