Adds server-side native screenshot capture functionality

This commit is contained in:
Alicia Sykes
2023-07-22 00:05:09 +01:00
parent 7ebe96b9be
commit 13bea91b60
5 changed files with 411 additions and 32 deletions

View File

@@ -4,6 +4,7 @@
"private": true,
"dependencies": {
"@netlify/functions": "^1.6.0",
"@sparticuz/chromium": "^114.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
@@ -20,6 +21,8 @@
"jest-styled-components": "^7.0.8",
"node-fetch": "2.6.1",
"perf_hooks": "^0.0.1",
"psl": "^1.9.0",
"puppeteer-core": "^20.9.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-masonry-css": "^1.0.16",