This block render a QRCode in a PRESENTA Library project.
Please read the installation istructions for official plugins here using this unique identifier: block-qrcode
To configure this block use this setting:
{
type: 'qrcode',
content: 'John',
color: 'red'
}
Run the watcher:
npm start
and the local webserver
npm run test