Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullvoxpopuli/ember-jsqr
ember integration with jsQR - a very fast QR Code scanner
https://github.com/nullvoxpopuli/ember-jsqr
camera ember hacktoberfest jsqr qr qr-code
Last synced: about 2 months ago
JSON representation
ember integration with jsQR - a very fast QR Code scanner
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/ember-jsqr
- Owner: NullVoxPopuli
- License: mit
- Created: 2020-02-07T20:21:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T23:02:31.000Z (about 2 months ago)
- Last Synced: 2024-10-28T03:12:38.740Z (about 2 months ago)
- Topics: camera, ember, hacktoberfest, jsqr, qr, qr-code
- Language: TypeScript
- Homepage: https://nullvoxpopuli.github.io/ember-jsqr/
- Size: 6.57 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-jsqr
[![npm version](https://badge.fury.io/js/ember-jsqr.svg)](https://badge.fury.io/js/ember-jsqr)
[![CI](https://github.com/NullVoxPopuli/ember-jsqr/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/NullVoxPopuli/ember-jsqr/actions/workflows/ci.yml)Adds a convenience component for integrating with [jsQR](https://github.com/cozmo/jsQR),
which by itself, does not interact with the web camera APIs (getUserMedia).View the [Documentation](https://nullvoxpopuli.github.io/ember-jsqr/)
Installation
------------------------------------------------------------------------------```
ember install ember-jsqr
```Contributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).