You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
303 B
12 lines
303 B
/*
|
|
*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')
|
|
|