mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add playwright dependency for html-to-image tool
Install playwright in apps/api for the browser-based screenshot service that will power the HTML to Image tool.
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
"p-queue": "^9.3.0",
|
"p-queue": "^9.3.0",
|
||||||
"pdfkit": "^0.18.0",
|
"pdfkit": "^0.18.0",
|
||||||
"piscina": "^5.1.4",
|
"piscina": "^5.1.4",
|
||||||
|
"playwright": "^1.60.0",
|
||||||
"posthog-node": "^5.35.9",
|
"posthog-node": "^5.35.9",
|
||||||
"potrace": "^2.1.8",
|
"potrace": "^2.1.8",
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
|
|||||||
Generated
+3
@@ -183,6 +183,9 @@ importers:
|
|||||||
piscina:
|
piscina:
|
||||||
specifier: ^5.1.4
|
specifier: ^5.1.4
|
||||||
version: 5.1.4
|
version: 5.1.4
|
||||||
|
playwright:
|
||||||
|
specifier: ^1.60.0
|
||||||
|
version: 1.60.0
|
||||||
posthog-node:
|
posthog-node:
|
||||||
specifier: ^5.35.9
|
specifier: ^5.35.9
|
||||||
version: 5.35.14
|
version: 5.35.14
|
||||||
|
|||||||
Reference in New Issue
Block a user