https://github.com/gera2ld/barcode-core
Generate barcode data
https://github.com/gera2ld/barcode-core
Last synced: 10 months ago
JSON representation
Generate barcode data
- Host: GitHub
- URL: https://github.com/gera2ld/barcode-core
- Owner: gera2ld
- License: mit
- Created: 2019-12-13T12:40:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T12:44:52.000Z (over 6 years ago)
- Last Synced: 2025-01-15T05:52:53.721Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# barcode-core



Generate barcode data.
The generated data can be easily rendered to canvas, SVG, etc.
## Development
``` sh
$ yarn dev
```
## Building
```sh
$ yarn build
```
## Lint
``` sh
$ yarn lint
```