Skip to content

Commit

Permalink
fix: force rebuild wasm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Nov 8, 2023
1 parent 2c2a5b7 commit 14725c8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/jassub-worker.wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jassub.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!("requestVideoFrameCallback" in HTMLVideoElement.prototype) && "getVideoPlaybackQuality" in HTMLVideoElement.prototype && (HTMLVideoElement.prototype._rvfcpolyfillmap = {}, HTMLVideoElement.prototype.requestVideoFrameCallback = function(c) {
typeof HTMLVideoElement < "u" && !("requestVideoFrameCallback" in HTMLVideoElement.prototype) && "getVideoPlaybackQuality" in HTMLVideoElement.prototype && (HTMLVideoElement.prototype._rvfcpolyfillmap = {}, HTMLVideoElement.prototype.requestVideoFrameCallback = function(c) {
const e = performance.now(), t = this.getVideoPlaybackQuality(), s = this.mozPresentedFrames || this.mozPaintedFrames || t.totalVideoFrames - t.droppedVideoFrames, a = (n, r) => {
const i = this.getVideoPlaybackQuality(), o = this.mozPresentedFrames || this.mozPaintedFrames || i.totalVideoFrames - i.droppedVideoFrames;
if (o > s) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jassub.umd.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jassub",
"version": "1.7.11",
"version": "1.7.12",
"description": "libass Subtitle Renderer and Parser library for browsers",
"main": "src/jassub.js",
"type": "module",
Expand Down

0 comments on commit 14725c8

Please sign in to comment.