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 8d2c1b5 commit ec58e75Copy full SHA for ec58e75
api/index.ts
@@ -1,5 +1,4 @@
1
import { getScreenshot } from './_lib/puppeteer';
2
-const usage = "https://s.vercel.app/api?url=https://google.com&width=1280&height=720"
3
4
module.exports = async (req, res) => {
5
if (!req.query.url) return res.status(400).send("No url query specified.");
0 commit comments