@rive-app/canvas-advanced 2.32.2 → 2.33.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/canvas_advanced.mjs +10 -8
- package/package.json +1 -1
- package/rive.wasm +0 -0
- package/rive_advanced.mjs.d.ts +2 -0
- package/rive_fallback.wasm +0 -0
package/canvas_advanced.mjs
CHANGED
|
@@ -711,7 +711,7 @@ function Wa(a, b) {
|
|
|
711
711
|
return Va(c, a, b);
|
|
712
712
|
}));
|
|
713
713
|
}
|
|
714
|
-
var Xa, Ya, bb = {
|
|
714
|
+
var Xa, Ya, bb = {467490:(a, b, c, d, e) => {
|
|
715
715
|
if ("undefined" === typeof window || void 0 === (window.AudioContext || window.webkitAudioContext)) {
|
|
716
716
|
return 0;
|
|
717
717
|
}
|
|
@@ -774,11 +774,11 @@ var Xa, Ya, bb = {465424:(a, b, c, d, e) => {
|
|
|
774
774
|
}
|
|
775
775
|
window.h.ya += 1;
|
|
776
776
|
return 1;
|
|
777
|
-
},
|
|
777
|
+
}, 469668:() => {
|
|
778
778
|
"undefined" !== typeof window.h && (window.h.Ra.map(function(a) {
|
|
779
779
|
document.removeEventListener(a, window.h.unlock, !0);
|
|
780
780
|
}), --window.h.ya, 0 === window.h.ya && delete window.h);
|
|
781
|
-
},
|
|
781
|
+
}, 469972:() => void 0 !== navigator.mediaDevices && void 0 !== navigator.mediaDevices.getUserMedia, 470076:() => {
|
|
782
782
|
try {
|
|
783
783
|
var a = new (window.AudioContext || window.webkitAudioContext)(), b = a.sampleRate;
|
|
784
784
|
a.close();
|
|
@@ -786,7 +786,7 @@ var Xa, Ya, bb = {465424:(a, b, c, d, e) => {
|
|
|
786
786
|
} catch (c) {
|
|
787
787
|
return 0;
|
|
788
788
|
}
|
|
789
|
-
},
|
|
789
|
+
}, 470247:(a, b, c, d, e, f) => {
|
|
790
790
|
if ("undefined" === typeof window.h) {
|
|
791
791
|
return -1;
|
|
792
792
|
}
|
|
@@ -832,7 +832,7 @@ var Xa, Ya, bb = {465424:(a, b, c, d, e) => {
|
|
|
832
832
|
a == window.h.I.wa && g.Y.connect(g.K.destination);
|
|
833
833
|
g.ob = f;
|
|
834
834
|
return window.h.rc(g);
|
|
835
|
-
},
|
|
835
|
+
}, 473124:a => window.h.pa(a).K.sampleRate, 473197:a => {
|
|
836
836
|
a = window.h.pa(a);
|
|
837
837
|
void 0 !== a.Y && (a.Y.onaudioprocess = function() {
|
|
838
838
|
}, a.Y.disconnect(), a.Y = void 0);
|
|
@@ -840,13 +840,13 @@ var Xa, Ya, bb = {465424:(a, b, c, d, e) => {
|
|
|
840
840
|
a.K.close();
|
|
841
841
|
a.K = void 0;
|
|
842
842
|
a.ob = void 0;
|
|
843
|
-
},
|
|
843
|
+
}, 473597:a => {
|
|
844
844
|
window.h.zb(a);
|
|
845
|
-
},
|
|
845
|
+
}, 473647:a => {
|
|
846
846
|
a = window.h.pa(a);
|
|
847
847
|
a.K.resume();
|
|
848
848
|
a.state = window.h.fa.vb;
|
|
849
|
-
},
|
|
849
|
+
}, 473786:a => {
|
|
850
850
|
a = window.h.pa(a);
|
|
851
851
|
a.K.suspend();
|
|
852
852
|
a.state = window.h.fa.stopped;
|
|
@@ -3204,6 +3204,8 @@ var Yd = {__syscall_fcntl64:function(a, b, c) {
|
|
|
3204
3204
|
}
|
|
3205
3205
|
return w.$;
|
|
3206
3206
|
}
|
|
3207
|
+
}, isWindowsBrowser:function() {
|
|
3208
|
+
return -1 < navigator.platform.indexOf("Win");
|
|
3207
3209
|
}, strftime_l:(a, b, c, d) => Ud(a, b, c, d)}, X = function() {
|
|
3208
3210
|
function a(c) {
|
|
3209
3211
|
X = c.exports;
|
package/package.json
CHANGED
package/rive.wasm
CHANGED
|
Binary file
|
package/rive_advanced.mjs.d.ts
CHANGED
package/rive_fallback.wasm
CHANGED
|
Binary file
|