Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blocktrail/qrcode-canvas
qrcode code that relies on canvas
https://github.com/blocktrail/qrcode-canvas
Last synced: 2 days ago
JSON representation
qrcode code that relies on canvas
- Host: GitHub
- URL: https://github.com/blocktrail/qrcode-canvas
- Owner: blocktrail
- Created: 2015-04-07T14:43:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T14:57:39.000Z (almost 10 years ago)
- Last Synced: 2024-11-23T02:38:18.657Z (2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qrcode-canvas
=============
This package is the code [http://github.com/soldair/node-qrcode](node-qrcode) seperated from the boilerplate code to make it work with nodeJS.This way it's possible to npm install this code for usage with browserify without requiring `node-canvas`,
which requires a bunch of extenal dependancies to be installed, such as `cairo`.For usage etc see the original package!
If for w/e reason you want to use this seperation and also use it with NodeJS (which doesn't make much sense) then you can use this fork of the package:
[http://github.com/blocktrail/node-qrcode](node-qrcode)