Skip to content

Releases: weizhenye/ASS

v0.0.4

28 Jan 15:46
Compare
Choose a tag to compare

Dependency

v0.0.3

15 Dec 17:01
Compare
Choose a tag to compare

Dependency

Improvements

  • improve performance of creating animation

v0.0.2

22 Oct 13:29
Compare
Choose a tag to compare

Dependency

Fix

  • fix animation of \fad, \fscx and \fscy
  • autoplay ass renders when video is playing

v0.0.1

15 Oct 12:32
Compare
Choose a tag to compare

After making series changes to codes and workflow, ASS.js is finally following semantic versioning and published to NPM as assjs 🎉

For who is already using ASS.js before this release, there're some breaking changes you need to know:

  • ass.init is gone, use new ASS(text, video, options) to initialize.
  • ass.resample is renamed to ass.resampling.

The other APIs are consistent with before and you can see README for usage.