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:
tdcosta100
2023-08-02 11:19:25 -03:00
committed by GitHub
parent 37d4f449a9
commit 394dcf1f3e
4 changed files with 76 additions and 0 deletions

View File

@@ -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",