Better compatibility between canvas and sharp in Windows (#829)
* fix: better compatibility between canvas and sharp in Windows Signed-off-by: Tiago Costa <tdcosta100@gmail.com> * fix: lint errors Signed-off-by: Tiago Costa <tdcosta100@gmail.com> --------- Signed-off-by: Tiago Costa <tdcosta100@gmail.com> Co-authored-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"bin": "src/main.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"install": "node install/canvas_sharp_compatibility",
|
||||
"test": "mocha test/**.js --timeout 10000",
|
||||
"lint:yml": "yamllint --schema=CORE_SCHEMA *.{yml,yaml}",
|
||||
"lint:js": "npm run lint:eslint && npm run lint:prettier",
|
||||
|
||||
Reference in New Issue
Block a user