https://github.com/movableink/ember-cli-qrcode
QR code components for Ember applications
https://github.com/movableink/ember-cli-qrcode
Last synced: 6 months ago
JSON representation
QR code components for Ember applications
- Host: GitHub
- URL: https://github.com/movableink/ember-cli-qrcode
- Owner: movableink
- License: mit
- Created: 2019-01-13T01:13:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T06:16:48.000Z (over 3 years ago)
- Last Synced: 2024-08-09T21:25:46.238Z (over 1 year ago)
- Language: JavaScript
- Size: 600 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-qrcode
Embed QR codes in your Ember application.
## Installation
```
ember install ember-cli-qrcode
```
## Usage
```handlebars
```
## 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](LICENSE.md).