Package Exports
- ember-cli-qrcode
- ember-cli-qrcode/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-cli-qrcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-cli-qrcode
Embed QR codes in your Ember application.
Installation
ember install ember-cli-qrcodeUsage
<QrCode @text="http://example.com" style="width: 300px;" @darkColor="#009966" />Acknowledgements
- Originally based on QRCode for JavaScript, Copyright (c) 2009 Kazuhiko Arase
- Full spec support added and dependencies removed by davidshimjs: https://github.com/davidshimjs/qrcodejs
- The word "QR Code" is registered trademark of DENSO WAVE INCORPORATED
License
This project is licensed under the MIT License.