Skip to content

Commit

Permalink
change resize to use jimp instead of sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
seibar committed Nov 26, 2017
1 parent 1e836f1 commit bf7b065
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Launch",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/src/server/index.js",
"program": "${workspaceRoot}/src/server/server.js",
"stopOnEntry": false,
"args": [],
"cwd": "${workspaceRoot}",
Expand Down
Loading

0 comments on commit bf7b065

Please sign in to comment.