node-qrcode-lite/lib/index.js
2017-03-18 10:39:57 +01:00

12 lines
303 B
JavaScript

/*
*copyright Ryan Day 2012
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
* this is the main server side application file for node-qrcode.
* these exports use serverside canvas api methods for file IO and buffers
*
*/
module.exports = require('./server')