@presenta/block-qrcode
v1.0.3
Published
Render a QRCode in a PRESENTA Block
Downloads
6
Readme
PRESENTA QRCode Block
This block render a QRCode in a PRESENTA Library project.
Installation
Please read the installation istructions for official plugins here using this unique identifier: block-qrcode
Usage
To configure this block use this setting:
{
type: 'qrcode',
content: 'John',
color: 'red'
}
Development
Run the watcher:
npm start
and the local webserver
npm run test