mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
Add new property imageSmoothingEnabled to the layer. some ts fixes.
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"lint": "gulp lint",
|
||||
"build": "npm run compile && gulp build",
|
||||
"full-build": "npm run build && npm t",
|
||||
"test": "node ./test/import-test.js && mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
|
||||
"test": "node ./test/import-test.js && mocha-headless-chrome -f ./test/runner.html -a disable-web-security && npm run test:types",
|
||||
"test:types": "tsc -p ./test/ --noEmit",
|
||||
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
|
||||
"tsc": "tsc -d --declarationDir ./types --removeComments --module CommonJS || echo \"tsc faild for some file(s).\"",
|
||||
"rollup": "rollup -c",
|
||||
|
||||
Reference in New Issue
Block a user