Skip to content

Commit fb4f10a

Browse files
committed
update
1 parent 106b2a6 commit fb4f10a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Web2Vector",
44
"description": "Export the current web page as an image or vector file. Supports common formats including SVG, PDF and raster images.",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"icons": {
77
"16": "icons/icon16.png",
88
"32": "icons/icon32.png",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web2vector-extension",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Export web pages as high-quality vector and image files directly from your browser. This extension uses layout2vector to convert page layouts into formats such as SVG, DXF, DWG, PDF and PNG, making it easy to reuse designs, archive content, or process graphics.",
55
"private": true,
66
"type": "module",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@chenglou/pretext": "^0.0.6",
20-
"@node-projects/layout2vector": "^5.23.0",
20+
"@node-projects/layout2vector": "^5.24.0",
2121
"fonteditor-core": "^2.6.3",
2222
"get-box-quads-polyfill": "^4.39.0",
2323
"pako": "^2.1.0"

0 commit comments

Comments
 (0)