1.0.7 • Published 5 years ago
egg-canvas v1.0.7
egg-canvas
Install
$ npm i egg-canvas --save
Usage
// {app_root}/config/plugin.js
exports.canvas = {
enable: true,
package: 'egg-canvas',
};
Configuration
// {app_root}/config/config.default.js
exports.canvas = {
};
see config/config.default.js for more detail.
Example
见单元测试
Questions & Suggestions
Please open an issue here.