Skip to content

Commit 16f42ec

Browse files
committed
update addon
1 parent 4976916 commit 16f42ec

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "Web2Vector",
4-
"description": "Export any web page to vector formats (SVG, DXF, DWG, PDF) or raster formats (PNG, JPEG, WebP)",
5-
"version": "1.4.0",
4+
"description": "Export the current web page as a vector or image file, such as SVG, PDF, PNG or WebP. DXF and DWG export is also supported.",
5+
"version": "1.5.0",
66
"icons": {
77
"16": "icons/icon16.png",
88
"32": "icons/icon32.png",

package-lock.json

Lines changed: 7 additions & 7 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.4.0",
3+
"version": "1.5.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",
@@ -19,7 +19,7 @@
1919
"@chenglou/pretext": "^0.0.6",
2020
"@node-projects/layout2vector": "^5.23.0",
2121
"fonteditor-core": "^2.6.3",
22-
"get-box-quads-polyfill": "^4.37.0",
22+
"get-box-quads-polyfill": "^4.39.0",
2323
"pako": "^2.1.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)