jassub 1.5.12 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/jassub-worker-legacy.js +10 -10
- package/dist/jassub-worker.js +11 -11
- package/dist/jassub-worker.wasm +0 -0
- package/dist/jassub.es.js +119 -84
- package/dist/jassub.umd.js +2 -1
- package/package.json +1 -1
- package/src/jassub.js +64 -13
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@ JASSUB is a JS wrapper for <a href="https://github.com/libass/libass">libass</a>
|
|
|
14
14
|
- Supports most SSA/ASS features (everything libass supports)
|
|
15
15
|
- Supports all OpenType, TrueType and WOFF fonts, as well as embedded fonts
|
|
16
16
|
- Supports anamorphic videos [(on browsers which support it)](https://caniuse.com/mdn-api_htmlvideoelement_requestvideoframecallback)
|
|
17
|
+
- Supports different video color spaces [(on browsers which support it)](https://caniuse.com/mdn-api_videocolorspace)
|
|
17
18
|
- Capable of using local fonts [(on browsers which support it)](https://caniuse.com/mdn-api_window_querylocalfonts)
|
|
18
19
|
- Works fast (all the heavy lifting is done by WebAssembly)
|
|
19
20
|
- Is fully threaded (on browsers which support it, it's capable of working fully on a separate thread)
|