@docmentis/udoc-viewer 0.6.2 → 0.6.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docmentis/udoc-viewer",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Universal document viewer for the web — open-source, framework-agnostic viewer powered by a built-from-scratch WebAssembly engine for high-fidelity rendering across PDF, DOCX, PPTX, and images.",
|
package/dist/src/UDocClient.js
CHANGED
package/dist/src/UDocViewer.js
CHANGED
|
@@ -34,7 +34,7 @@ export class UDocViewer {
|
|
|
34
34
|
* @internal
|
|
35
35
|
* Use `client.createViewer()` instead.
|
|
36
36
|
*/
|
|
37
|
-
constructor(workerClient, options = {}, showAttribution = true, sdkVersion = "0.6.
|
|
37
|
+
constructor(workerClient, options = {}, showAttribution = true, sdkVersion = "0.6.3", licenseHash = "") {
|
|
38
38
|
this.workerClient = workerClient;
|
|
39
39
|
this.googleFontsEnabled = options.googleFonts ?? true;
|
|
40
40
|
this.sdkVersion = sdkVersion;
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docmentis/udoc-viewer",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Universal document viewer for the web — open-source, framework-agnostic viewer powered by a built-from-scratch WebAssembly engine for high-fidelity rendering across PDF, DOCX, PPTX, and images.",
|