Socket
Socket
Sign inDemoInstall

qrcode-js

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    qrcode-js

Generate qr code for string data


Version published
Weekly downloads
372
increased by1.36%
Maintainers
1
Install size
43.2 kB
Created
Weekly downloads
 

Readme

Source

qrcode-js

This is a node.js wrapper for the qrcode JavaScript library (http://www.d-project.com/qrcode)

Install

npm install qrcode-js

Example

var qrcode=require('qrcode-js');
var url = 'http://www.sunzhongkui.me';
var base64 = qrcode.toDataURL(url, 4);

Keywords

FAQs

Last updated on 19 Nov 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc