@netless/app-slide 0.2.98 → 0.2.99

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/dist/main.es.js CHANGED
@@ -29992,7 +29992,7 @@ void main(void){
29992
29992
  `), { arg1: Float32Array.from(e2), arg2: Float32Array.from(i2) });
29993
29993
  }
29994
29994
  }
29995
- const ev = [qg], iv = { lum: "\nvec4 transform(vec4 texColor, float arg1, float arg2) {\n // \u9632\u6B62 alpha=0 \u65F6\u9664\u4EE5\u96F6\uFF0C\u5728 iPad GPU \u4E0A\u4F1A\u5BFC\u81F4\u82B1\u5C4F\n if (texColor.a <= 0.0) {\n return vec4(0.0);\n }\n vec3 rgb = texColor.rgb / texColor.a;\n\n // \u5BF9\u6BD4\u5EA6\uFF08\u907F\u514D\u4F7F\u7528 highp\uFF0Cfragment shader \u4E2D highp \u5728 iOS WebGL1 \u4E3A optional\uFF09\n float C = arg2 * 255.0;\n float F = (259.0 * (255.0 + C)) / (255.0 * (259.0 - C));\n rgb.rgb = F * (rgb.rgb - 0.5) + 0.5;\n\n // \u4EAE\u5EA6\n rgb.rgb += arg1 * rgb.rgb;\n\n rgb.rgb *= texColor.a;\n return vec4(rgb, texColor.a);\n}\n" };
29995
+ const ev = [qg], iv = { lum: "\nvec4 transform(vec4 texColor, float arg1, float arg2) {\n // \u9632\u6B62 alpha=0 \u65F6\u9664\u4EE5\u96F6\uFF0C\u5728 iPad GPU \u4E0A\u4F1A\u5BFC\u81F4\u82B1\u5C4F\n if (texColor.a <= 0.0) {\n return vec4(0.0);\n }\n vec3 rgb = texColor.rgb / texColor.a;\n\n // \u5BF9\u6BD4\u5EA6\n highp float C = arg2 * 255.0;\n highp float F = (259.0 * (255.0 + C)) / (255.0 * (259.0 - C));\n rgb.rgb = F * (rgb.rgb - 0.5) + 0.5;\n\n // \u4EAE\u5EA6\n rgb.rgb += arg1 * rgb.rgb;\n\n rgb.rgb *= texColor.a;\n return vec4(rgb, texColor.a);\n}\n" };
29996
29996
  class nv extends Vh.k {
29997
29997
  constructor(t2, e2, i2) {
29998
29998
  var n2;
@@ -36574,7 +36574,7 @@ void main(void){
36574
36574
  }
36575
36575
  var _T = { syncDispatch: "syncDispatch", syncReceive: "syncReceive", syncEventLag: "syncEventLag", renderStart: "renderStart", renderEnd: "renderEnd", renderError: "renderError", slideChange: "slideChange", mainSeqStepStart: "mainSeqStepStart", mainSeqStepEnd: "mainSeqStepEnd", animateStart: "animateStart", animateEnd: "animateEnd", stateChange: "stateChange", slideStepEnd: "slideEnd", slideStepStart: "slideStart", useraddLink: "useraddLink" }, yT = { taskId: "", url: "", currentSlideIndex: -1, mainSeqStep: -1, mainSeqState: null, mediaState: /* @__PURE__ */ Object.create(null), interactiveSeqState: /* @__PURE__ */ Object.create(null) }, xT = "";
36576
36576
  try {
36577
- xT = "1.4.52";
36577
+ xT = "1.4.53";
36578
36578
  } catch (t2) {
36579
36579
  xT = "-dev-";
36580
36580
  }
@@ -40400,7 +40400,7 @@ class SlidePreviewer {
40400
40400
  }
40401
40401
  }
40402
40402
  const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
40403
- const version = "0.2.98";
40403
+ const version = "0.2.99";
40404
40404
  const SlideApp = {
40405
40405
  kind: "Slide",
40406
40406
  setup(context) {