migrate to typescript, with fixes

This commit is contained in:
2020-01-14 16:37:50 +08:00
parent 3d375261df
commit f06a6f4e78
32 changed files with 5071 additions and 394 deletions

View File

@ -170,4 +170,15 @@ Open the popup window, upload the saved state file. Then, and in the backgoud co
```js
e = new Extractor().load();
```
## Developpment
Clone this project and execute:
```sh
npm i
npm run prod
# or
npm run dev
```