@file-viewer/ppt 0.2.0 → 0.3.1

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/manifest.json CHANGED
@@ -1,30 +1,44 @@
1
1
  {
2
- "kind": "flyfish-ppt-public-native-wasm-v1",
2
+ "kind": "flyfish-ppt-public-native-wasm-v2",
3
3
  "product": "Flyfish PPT Viewer",
4
4
  "format": "PowerPoint 97-2003 (.ppt)",
5
5
  "packageName": "@file-viewer/ppt",
6
- "packageVersion": "0.2.0",
6
+ "packageVersion": "0.3.1",
7
7
  "engine": "flyfish-classic-ppt-native-engine",
8
- "engineBuild": "ef5987a0a85b6103",
8
+ "engineBuild": "593d0a6cf32f928f",
9
9
  "id": "FV-PPT-PUBLIC-WATERMARKED-V2",
10
10
  "feature": "ppt",
11
11
  "edition": "public-watermarked",
12
- "holder": "Individual Personal Non-Commercial Use",
12
+ "holder": "Individuals and Organizations",
13
13
  "distribution": "proprietary-public-binary",
14
- "commercialUse": false,
14
+ "commercialUse": true,
15
15
  "publicAnyOrigin": true,
16
16
  "watermarkRequired": true,
17
17
  "watermarkText": "Flyfish Viewer",
18
- "usePolicy": "public-individual-noncommercial-watermarked",
19
- "licensePolicy": "flyfish-public-watermarked-binary-license-v1",
18
+ "usePolicy": "public-watermarked-general-use",
19
+ "licensePolicy": "flyfish-public-watermarked-binary-license-v2",
20
20
  "sourceCodeRights": false,
21
21
  "sourceDeliveryRights": false,
22
22
  "apacheLicenseApplies": false,
23
- "redistributionAllowed": false,
23
+ "redistributionAllowed": true,
24
+ "redistributionPolicy": "unmodified-integrated-bundling-only",
25
+ "standaloneRedistributionAllowed": false,
26
+ "watermarkRemovalRequiresCommercialAuthorization": true,
24
27
  "runtimeLicenseRequired": false,
25
- "renderer": "native-wasm-rgba-canvas",
26
- "integrity": "native-wasm-sha256-v1",
28
+ "renderer": "native-wasm-worker-offscreen-canvas",
29
+ "integrity": "native-wasm-font-sha256-v2",
27
30
  "wasmFile": "ppt-native.wasm",
31
+ "wasmBytes": 1557871,
32
+ "workerFile": "worker.mjs",
33
+ "fontPack": {
34
+ "kind": "flyfish-cjk-font-pack-v1",
35
+ "file": "ppt-font-cjk.otf",
36
+ "bytes": 16437364,
37
+ "sha256": "2c76254f6fc379fddfce0a7e84fb5385bb135d3e399294f6eeb6680d0365b74b"
38
+ },
39
+ "workerDefault": true,
40
+ "virtualScrollDefault": true,
41
+ "frameCache": "indexeddb-final-watermarked-png-lru",
28
42
  "watermarkEnforcement": "native-final-frame",
29
- "wasmSha256": "ef5987a0a85b61034ea651a02a28d4582ad19a09610e9a5637dcf01136815a2e"
43
+ "wasmSha256": "8e95d7de0e322d6c96dcd7ea18c5cd9b6783cb82f3fe1c8714008119f19e7915"
30
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@file-viewer/ppt",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Professional native WebAssembly canvas viewer for PowerPoint 97-2003 (.ppt) files.",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
@@ -14,6 +14,8 @@
14
14
  },
15
15
  "./manifest.json": "./manifest.json",
16
16
  "./ppt-native.wasm": "./ppt-native.wasm",
17
+ "./ppt-font-cjk.otf": "./ppt-font-cjk.otf",
18
+ "./worker.mjs": "./worker.mjs",
17
19
  "./LICENSE": "./LICENSE"
18
20
  },
19
21
  "files": [
@@ -23,7 +25,10 @@
23
25
  "index.d.ts",
24
26
  "index.mjs",
25
27
  "manifest.json",
26
- "ppt-native.wasm"
28
+ "ppt-native.wasm",
29
+ "ppt-font-cjk.otf",
30
+ "worker.mjs",
31
+ "frame-cache.mjs"
27
32
  ],
28
33
  "sideEffects": false,
29
34
  "license": "SEE LICENSE IN LICENSE",
Binary file
package/ppt-native.wasm CHANGED
Binary file