This block render a BarCode in a PRESENTA Library project using JsBarcode Library
Please read the installation istructions for official plugins here using this unique identifier: block-starter
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.
Run the watcher:
npm start
and the local webserver
npm run test