@presenta/block-barcode
v1.0.3
Published
This block render a BarCode in a PRESENTA Library project using [JsBarcode Library](https://github.com/lindell/JsBarcode/)
Downloads
6
Readme
PRESENTA BarCode Block
This block render a BarCode in a PRESENTA Library project using JsBarcode Library
Installation
Please read the installation istructions for official plugins here using this unique identifier: block-starter
Usage
To configure this block use this setting:
{
type: 'barcode',
content: 'Hello World'
}
You can add the JsBarcode options alongside the main options in the config object.
Development
Run the watcher:
npm start
and the local webserver
npm run test