/presenta-block-qrcode

This block render a QRCode in a PRESENTA Library project.

Primary LanguageJavaScript

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