An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# barcode-core

![NPM](https://img.shields.io/npm/v/barcode-core.svg)
![License](https://img.shields.io/npm/l/barcode-core.svg)
![Downloads](https://img.shields.io/npm/dt/barcode-core.svg)

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
```