@netless/app-slide 0.2.39-alpha.0 → 0.2.39
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.cjs.js +2 -2
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +2 -2
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +2 -2
- package/dist/main.iife.js.map +1 -1
- package/package.json +1 -1
- package/src/SlideDocsViewer/index.ts +1 -1
package/dist/main.es.js
CHANGED
|
@@ -38639,7 +38639,7 @@ class SlideDocsViewer {
|
|
|
38639
38639
|
resizeCanvas.height = pdfHeight;
|
|
38640
38640
|
const whiteSnapshotCanvas = document.createElement("canvas");
|
|
38641
38641
|
whiteSnapshotCanvas.width = pdfWidth;
|
|
38642
|
-
whiteSnapshotCanvas.height =
|
|
38642
|
+
whiteSnapshotCanvas.height = pdfHeight;
|
|
38643
38643
|
const whiteCtx = whiteSnapshotCanvas.getContext("2d");
|
|
38644
38644
|
if (!whiteCtx || !this.getWhiteSnapshot || !resizeCtx) {
|
|
38645
38645
|
this.reportProgress(100, null);
|
|
@@ -39064,7 +39064,7 @@ class SlidePreviewer {
|
|
|
39064
39064
|
}
|
|
39065
39065
|
}
|
|
39066
39066
|
const usePlugin = /* @__PURE__ */ Slide.Slide.usePlugin.bind(Slide.Slide);
|
|
39067
|
-
const version = "0.2.39
|
|
39067
|
+
const version = "0.2.39";
|
|
39068
39068
|
const SlideApp = {
|
|
39069
39069
|
kind: "Slide",
|
|
39070
39070
|
setup(context) {
|