Remove dependency on canvas (#354)

This commit is contained in:
Steve Faulkner
2020-12-26 21:56:37 -06:00
committed by GitHub
parent c3058ee5a9
commit cc63cdc1fd
5 changed files with 57 additions and 184 deletions

11
canvas/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "canvas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}