Add new property imageSmoothingEnabled to the layer. some ts fixes.

This commit is contained in:
Anton Lavrenov
2019-05-28 15:39:08 -05:00
parent d4f8192631
commit 8252804373
12 changed files with 154 additions and 1339 deletions

View File

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