1.0.2 • Published 2 years ago

@presenta/block-qrcode v1.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 years 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