JSPM

ember-cli-qrcode

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1257
  • Score
    100M100P100Q109451F
  • License MIT

QR Code component for Ember applications

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-qrcode

Usage

<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.