ok-canvas-export 1.0.4 → 1.0.5
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/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ok-canvas-export",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Export complete SVG diagrams and canvases as high-quality images with full render pass to bypass viewport culling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,5 +49,9 @@
|
|
|
49
49
|
"@types/react-dom": "^19.2.5",
|
|
50
50
|
"happy-dom": "^20.11.6",
|
|
51
51
|
"typescript": "^5.7.0"
|
|
52
|
+
},
|
|
53
|
+
"repository": {
|
|
54
|
+
"url": "https://github.com/Manu-OK-code/ok-canvas-export.git",
|
|
55
|
+
"type": "git"
|
|
52
56
|
}
|
|
53
57
|
}
|