Skip to content

Commit

Permalink
- canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
nuysoft committed Dec 14, 2015
1 parent 7e28e07 commit 9606d33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/mock-min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,8 +1464,10 @@ return /******/ (function(modules) { // webpackBootstrap
安装问题:
* http://stackoverflow.com/questions/22953206/gulp-issues-with-cario-install-command-not-found-when-trying-to-installing-canva
* https://github.com/Automattic/node-canvas/issues/415
* https://github.com/Automattic/node-canvas/wiki/_pages
PS:node-canvas 的安装过程实在是太繁琐了,所以不放入 package.json 的 dependencies。
*/
// node
var Canvas = module.require('canvas')
canvas = new Canvas()
}
Expand Down
4 changes: 3 additions & 1 deletion src/mock/random/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,10 @@ module.exports = {
安装问题:
* http://stackoverflow.com/questions/22953206/gulp-issues-with-cario-install-command-not-found-when-trying-to-installing-canva
* https://github.com/Automattic/node-canvas/issues/415
* https://github.com/Automattic/node-canvas/wiki/_pages
PS:node-canvas 的安装过程实在是太繁琐了,所以不放入 package.json 的 dependencies。
*/
// node
var Canvas = module.require('canvas')
canvas = new Canvas()
}
Expand Down

0 comments on commit 9606d33

Please sign in to comment.