1.0.3 • Published 1 year ago

@presenta/block-qrcode v1.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

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