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",
|
||||
"pdfkit": "^0.18.0",
|
||||
"piscina": "^5.1.4",
|
||||
"playwright": "^1.60.0",
|
||||
"posthog-node": "^5.35.9",
|
||||
"potrace": "^2.1.8",
|
||||
"qrcode": "^1.5.4",
|
||||
|
||||
Generated
+3
@@ -183,6 +183,9 @@ importers:
|
||||
piscina:
|
||||
specifier: ^5.1.4
|
||||
version: 5.1.4
|
||||
playwright:
|
||||
specifier: ^1.60.0
|
||||
version: 1.60.0
|
||||
posthog-node:
|
||||
specifier: ^5.35.9
|
||||
version: 5.35.14
|
||||
|
||||
Reference in New Issue
Block a user