@file-viewer/ppt
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| const MANIFEST = Object.freeze({"kind":"flyfish-ppt-public-native-wasm-v2","product":"Flyfish PPT Viewer","format":"PowerPoint 97-2003 (.ppt)","packageName":"@file-viewer/ppt","packageVersion":"0.3.2","engine":"flyfish-classic-ppt-native-engine","engineBuild":"ee7c677fc3007f1b","id":"FV-PPT-PUBLIC-WATERMARKED-V2","feature":"ppt","edition":"public-watermarked","holder":"Individuals and Organizations","distribution":"proprietary-public-binary","commercialUse":true,"publicAnyOrigin":true,"watermarkRequired":true,"watermarkText":"Flyfish Viewer","usePolicy":"public-watermarked-general-use","licensePolicy":"flyfish-public-watermarked-binary-license-v2","sourceCodeRights":false,"sourceDeliveryRights":false,"apacheLicenseApplies":false,"redistributionAllowed":true,"redistributionPolicy":"unmodified-integrated-bundling-only","standaloneRedistributionAllowed":false,"watermarkRemovalRequiresCommercialAuthorization":true,"runtimeLicenseRequired":false,"renderer":"native-wasm-worker-offscreen-canvas","integrity":"native-wasm-font-sha256-v2","wasmFile":"ppt-native.wasm","wasmBytes":1557871,"workerFile":"worker.mjs","fontPack":{"kind":"flyfish-cjk-font-pack-v1","file":"ppt-font-cjk.otf","bytes":16437364,"sha256":"2c76254f6fc379fddfce0a7e84fb5385bb135d3e399294f6eeb6680d0365b74b"},"workerDefault":true,"virtualScrollDefault":true,"frameCache":"indexeddb-final-watermarked-png-lru","watermarkEnforcement":"native-final-frame","wasmSha256":"6d209f487ab8be74f23b463eaecafd9f588948e75670f82e69d7b7d6b10cb6a7"}); | ||
| const MANIFEST = Object.freeze({"kind":"flyfish-ppt-public-native-wasm-v2","product":"Flyfish PPT Viewer","format":"PowerPoint 97-2003 (.ppt)","packageName":"@file-viewer/ppt","packageVersion":"0.3.3","engine":"flyfish-classic-ppt-native-engine","engineBuild":"d2b522ef23b5c08a","id":"FV-PPT-PUBLIC-WATERMARKED-V2","feature":"ppt","edition":"public-watermarked","holder":"Individuals and Organizations","distribution":"proprietary-public-binary","commercialUse":true,"publicAnyOrigin":true,"watermarkRequired":true,"watermarkText":"Flyfish Viewer","usePolicy":"public-watermarked-general-use","licensePolicy":"flyfish-public-watermarked-binary-license-v2","sourceCodeRights":false,"sourceDeliveryRights":false,"apacheLicenseApplies":false,"redistributionAllowed":true,"redistributionPolicy":"unmodified-integrated-bundling-only","standaloneRedistributionAllowed":false,"watermarkRemovalRequiresCommercialAuthorization":true,"runtimeLicenseRequired":false,"renderer":"native-wasm-worker-offscreen-canvas","integrity":"native-wasm-font-sha256-v2","wasmFile":"ppt-native.wasm","wasmBytes":1557729,"workerFile":"worker.mjs","fontPack":{"kind":"flyfish-cjk-font-pack-v1","file":"ppt-font-cjk.otf","bytes":16437364,"sha256":"2c76254f6fc379fddfce0a7e84fb5385bb135d3e399294f6eeb6680d0365b74b"},"workerDefault":true,"virtualScrollDefault":true,"frameCache":"indexeddb-final-watermarked-png-lru","watermarkEnforcement":"native-final-frame","wasmSha256":"5e1313c50fee36c9573527bc3bf88920ea54b25016ee72d369bb7b27df1540ba"}); | ||
| const DEFAULT_WASM_URL = new URL('./ppt-native.wasm', import.meta.url); | ||
@@ -3,0 +3,0 @@ const DEFAULT_FONT_URL = new URL(`./${MANIFEST.fontPack.file}`, import.meta.url); |
+4
-4
@@ -6,5 +6,5 @@ { | ||
| "packageName": "@file-viewer/ppt", | ||
| "packageVersion": "0.3.2", | ||
| "packageVersion": "0.3.3", | ||
| "engine": "flyfish-classic-ppt-native-engine", | ||
| "engineBuild": "ee7c677fc3007f1b", | ||
| "engineBuild": "d2b522ef23b5c08a", | ||
| "id": "FV-PPT-PUBLIC-WATERMARKED-V2", | ||
@@ -32,3 +32,3 @@ "feature": "ppt", | ||
| "wasmFile": "ppt-native.wasm", | ||
| "wasmBytes": 1557871, | ||
| "wasmBytes": 1557729, | ||
| "workerFile": "worker.mjs", | ||
@@ -45,3 +45,3 @@ "fontPack": { | ||
| "watermarkEnforcement": "native-final-frame", | ||
| "wasmSha256": "6d209f487ab8be74f23b463eaecafd9f588948e75670f82e69d7b7d6b10cb6a7" | ||
| "wasmSha256": "5e1313c50fee36c9573527bc3bf88920ea54b25016ee72d369bb7b27df1540ba" | ||
| } |
+1
-1
| { | ||
| "name": "@file-viewer/ppt", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "description": "Professional native WebAssembly canvas viewer for PowerPoint 97-2003 (.ppt) files.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+4
-4
@@ -196,5 +196,5 @@ # @file-viewer/ppt | ||
| const viewer = await createPptViewer({ | ||
| workerUrl: new URL('/vendor/file-viewer/ppt/0.3.2/worker.mjs', location.origin), | ||
| wasmUrl: new URL('/vendor/file-viewer/ppt/0.3.2/ppt-native.wasm', location.origin), | ||
| fontUrl: new URL('/vendor/file-viewer/ppt/0.3.2/ppt-font-cjk.otf', location.origin) | ||
| workerUrl: new URL('/vendor/file-viewer/ppt/0.3.3/worker.mjs', location.origin), | ||
| wasmUrl: new URL('/vendor/file-viewer/ppt/0.3.3/ppt-native.wasm', location.origin), | ||
| fontUrl: new URL('/vendor/file-viewer/ppt/0.3.3/ppt-font-cjk.otf', location.origin) | ||
| }); | ||
@@ -451,3 +451,3 @@ ``` | ||
| 将资源发布在版本化或内容寻址目录(如 `/vendor/file-viewer/ppt/0.3.2/`)后, | ||
| 将资源发布在版本化或内容寻址目录(如 `/vendor/file-viewer/ppt/0.3.3/`)后, | ||
| 可配置: | ||
@@ -454,0 +454,0 @@ |
Sorry, the diff of this file is not supported yet
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances
18154759
0