brave/qr-image

Name: qr-image

Owner: Brave Software

Description: Yet another QR code generator

Forked from: alexeyten/qr-image

Created: 2016-12-16 17:34:10.0

Updated: 2016-12-16 17:34:11.0

Pushed: 2016-12-16 17:42:40.0

Homepage: null

Size: 75

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

qr-image

npm version

This is yet another QR Code generator.

Overview

Releases

Installing
install qr-image
Usage

Example:

qr = require('qr-image');

qr_svg = qr.image('I love QR!', { type: 'svg' });
vg.pipe(require('fs').createWriteStream('i_love_qr.svg'));

svg_string = qr.imageSync('I love QR!', { type: 'svg' });

More examples

qr = require('qr-image')

Methods
Options
Changes
TODO

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.