init
parents
Showing
.gitignore
0 → 100644
dist/bundle.js
0 → 100644
libs/FYGE.d.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
libs/SvgaParser.d.ts
0 → 100644
libs/howler.d.ts
0 → 100644
package.json
0 → 100644
{ | ||
"scripts": { | ||
"start": "webpack serve --open", | ||
"build": "webpack" | ||
}, | ||
"devDependencies": { | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.61.0", | ||
"webpack-cli": "^4.9.1", | ||
"webpack-dev-server": "^4.4.0" | ||
} | ||
} |
public/bundle.js
0 → 100644
public/index.html
0 → 100644
src/addGame.ts
0 → 100644
src/main.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment