Skip to content

Commit

Permalink
feat: add libass-wasm as ASS subtitles renderer (#121)
Browse files Browse the repository at this point in the history
* feat: add `libass-wasm` as ASS subtitles renderer

* style: specification type definition

* chore: less font file size with better visual effect

* chore: update package.json
  • Loading branch information
journey-ad committed Nov 15, 2023
1 parent 3951af9 commit dce4463
Show file tree
Hide file tree
Showing 11 changed files with 404 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pnpm-lock.yaml
.husky
.prettierignore
.gitignore
*.ttf
*.otf
*.woff2
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"license": "MIT",
"devDependencies": {
"@crowdin/cli": "^3.7.10",
"@hrgui/libass-wasm-ts": "^1.0.3",
"@types/mark.js": "^8.11.8",
"@types/node": "^18.7.5",
"@types/sha256": "^0.2.0",
Expand All @@ -43,6 +44,7 @@
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"prettier": "3.0.0",
"rollup-plugin-copy": "^3.5.0",
"terser": "^5.14.2",
"typescript": "^4.7.4",
"vite": "^3.0.8",
Expand All @@ -67,6 +69,7 @@
"flv.js": "^1.6.2",
"hls.js": "^1.2.1",
"just-once": "^2.2.0",
"libass-wasm": "^4.1.0",
"lightgallery": "^2.5.0",
"mark.js": "^8.11.1",
"mitt": "^3.0.0",
Expand Down
Loading

0 comments on commit dce4463

Please sign in to comment.