Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 838 Bytes

File metadata and controls

47 lines (30 loc) · 838 Bytes

qrcoder

Build Status

Encode/Decode image with QR code.

Development

Install Dependency

Install the dependencies.

$ npm install

In case you failed installing cairo, please read the follow links for help

Test your code

Run jshint and functional test tasks

$ grunt test

Run local server

Test qrcoder on you browser

$ grunt server

It will automatically open your browser on localhost to see how qrcoder work.

Release Distribution

$ grunt dist

It will update the dist folder and docs folder.