Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luxluth committed Aug 13, 2023
1 parent 7601016 commit 8c59a89
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 173 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-eggs-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ass-html5': patch
---

Font vertical spacing & Text custom position improve
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "ass-html5",
"version": "0.3.4",
"description": "Display ASS/SSA subtitles on html5 videos",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"main": "dist/ass.js",
"module": "dist/ass.mjs",
"types": "dist/ass.d.ts",
"browser": "dist/ass.min.js",
"scripts": {
"build": "pnpm run build:normal && pnpm run build:minify",
Expand Down Expand Up @@ -35,14 +35,14 @@
"homepage": "https://github.com/luxluth/ass-html5#readme",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/node": "^20.4.6",
"@types/node": "^20.4.10",
"ass-compiler": "^0.1.9",
"prettier": "^3.0.1",
"rollup": "^3.27.0",
"rollup": "^3.28.0",
"terser": "^5.19.2",
"tslib": "^2.6.1",
"tsup": "^7.2.0",
Expand Down
Loading

0 comments on commit 8c59a89

Please sign in to comment.