-
- Downloads
proof of concept
Showing
- package.json 2 additions, 1 deletionpackage.json
- src/PlayerInterface/Buttons/RecordButton/index.tsx 16 additions, 0 deletionssrc/PlayerInterface/Buttons/RecordButton/index.tsx
- src/PlayerInterface/ReplayMode/index.tsx 39 additions, 1 deletionsrc/PlayerInterface/ReplayMode/index.tsx
- src/SoundSystem.ts 3 additions, 0 deletionssrc/SoundSystem.ts
- src/Time.ts 1 addition, 1 deletionsrc/Time.ts
... | ... | @@ -25,6 +25,7 @@ |
}, | ||
"homepage": "https://skyrim.github.io/hlviewer.js", | ||
"devDependencies": { | ||
"@types/dom-mediacapture-record": "^1.0.7", | ||
"@types/gl-matrix": "^2.4.1", | ||
"@types/node": "^10.5.4", | ||
"@types/pngjs": "^3.3.2", | ||
... | ... | @@ -34,7 +35,7 @@ |
"cross-env": "^5.2.0", | ||
"mocha": "^5.2.0", | ||
"pngjs": "^3.3.3", | ||
"typescript": "^2.9.2", | ||
"typescript": "^4.1.3", | ||
"webpack": "^4.16.3", | ||
"webpack-cli": "^3.1.0", | ||
"webpack-node-externals": "^1.7.2" | ||
... | ... |
Please register or sign in to comment