You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
"private": true,
"type": "module",
"scripts": {
"build": "node esbuild.config.mjs",
"build:icons": "node scripts/build-icons.mjs",
"build:all": "npm run build:icons && npm run build",
"test": "vitest run",
"test:watch": "vitest",
"package:chrome": "npm run build:all && node scripts/package-extension.mjs chrome",
"package:firefox": "npm run build:all && node scripts/package-extension.mjs firefox",