1.1.0 • Published 5 years ago

lusterklem v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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