lusterklem
v1.1.0
Published
a set of reusable web components build with lit-html
Downloads
4
Readme
Lusterklem
a set of reusable web components build with lit-html
##Components
A wrapper for [https://github.com/kazuhikoarase/qrcode-generator/tree/master/js]
exposed properties
- typenumber = any number from 0 till 40;
- errocorrection = 'L', 'M', 'Q' or 'H'
- qrdata= any String
Put "import 'lusterklem/lc-qr';" at the top of your component and form then on is recognized.
##CLI commands
npm run serve
Start webpack-dev-server
on localhost http://127.0.0.1:9000
:
npm run serve
npm test
Run tests:
npm run test
npm build
Run the production build:
npm run build
node server.js