l
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
build/SvgaPlayer.d.ts
0 → 100644
build/svgaPlayer.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
build/svgaPlayer.min.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "@mrkwon/svga-player", | |||
"version": "1.0.4", | |||
"description": "", | |||
"main": "build/svgaPlayer.min.js", | |||
"types": "build/SvgaPlayer.d.ts", | |||
"dependencies": {}, | |||
"devDependencies": { | |||
"svga-parser": "^1.0.2", | |||
"ts-loader": "^4.0.0", | |||
"typescript": "^2.7.2", | |||
"uglifyjs-webpack-plugin": "^2.1.2", | |||
"webpack": "^4.1.0", | |||
"webpack-cli": "^3.3.2" | |||
}, | |||
"scripts": { | |||
"declare": "node scripts/declare.js src/index.ts", | |||
"build": "webpack", | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"dev": "webpack -w", | |||
"watch": "webpack --watch" | |||
}, | |||
"author": "MrKwon", | |||
"license": "ISC", | |||
"keywords": [ | |||
"svga", | |||
"player", | |||
"canvas" | |||
] | |||
} |
scripts/declare.js
0 → 100644
src/EventDispatcher.ts
0 → 100644
src/MovieClip.ts
0 → 100644
src/SvgaStage.ts
0 → 100644
src/index.ts
0 → 100644
test/angel.svga
0 → 100644
File added
test/step1-1.svga
0 → 100644
File added
test/test.html
0 → 100644
tsConfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment