We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e167b9a commit 2a0b981Copy full SHA for 2a0b981
api/screenshot.ts api/index.tsapi/screenshot.ts renamed to api/index.ts
@@ -1,4 +1,5 @@
1
import { NowRequest, NowResponse } from '@vercel/node'
2
+import { getScreenshot } from './_lib/chromium';
3
4
module.exports = async (req: NowRequest, res: NowResponse) => {
5
try {
0 commit comments