修复鸿蒙3.0问题,只是临时修复,不确定是否会有其他的影响
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
build/FYGE2D.d.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge.esm.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge.min.js
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge2d_2.0.71.esm.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge2d_2.0.71.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge_2.0.71.esm.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge_2.0.71.esm.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
build/fyge_2.0.71.min.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | ||
| "name": "fyge", | ||
| "version": "2.0.70", | ||
| "version": "2.0.71", | ||
| "description": "canvas渲染引擎", | ||
| "main": "./build/fyge.min.js", | ||
| "module": "./build/fyge.esm.js", | ||
| ... | ... | @@ -10,16 +10,12 @@ |
| "rollup-plugin-serve": "^1.1.0" | ||
| }, | ||
| "scripts": { | ||
| "declare": "node scripts/declare.js src/index.ts", | ||
| "declareFYGE": "node scripts/declare.js src/index.ts build/FYGE.d.ts", | ||
| "declare2D": "node scripts/declare.js src/2d.ts build/FYGE2D.d.ts", | ||
| "declare": "npm run declareFYGE && npm run declare2D", | ||
| "declare1": "node scripts/declare1.js src/index.ts", | ||
| "declare2": "tsc -d --declarationDir types --emitDeclarationOnly", | ||
| "build": "webpack", | ||
| "buildR": "rollup -c --environment BUILD:production", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "dev": "webpack -w", | ||
| "devR": "rollup -c -m -w", | ||
| "watch": "webpack --watch", | ||
| "typedoc": "typedoc src/index.ts" | ||
| "build": "rollup -c --environment BUILD:production", | ||
| "dev": "rollup -c -m -w" | ||
| }, | ||
| "author": "MrKwon", | ||
| "license": "ISC", | ||
| ... | ... | @@ -33,12 +29,9 @@ |
| "rollup-plugin-terser": "^7.0.2", | ||
| "rollup-plugin-typescript": "^1.0.1", | ||
| "rollup-plugin-typescript2": "^0.25.2", | ||
| "ts-loader": "^4.0.0", | ||
| "tslib": "^2.1.0", | ||
| "typedoc": "^0.20.20", | ||
| "typescript": "^3.5.1", | ||
| "webpack": "^4.1.0", | ||
| "webpack-cli": "^3.3.2" | ||
| "typescript": "^3.5.1" | ||
| }, | ||
| "keywords": [ | ||
| "h5,淘宝小程序,canvas,webgl,3d,gltf,spine,lottie,svga" | ||
| ... | ... |
src/2d.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment