1
2
3
4
5
6
7
8
9
10
11
12
| /*
| *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')
|
|