From 909428f286189769c7a2dddc077245269537f691 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 3 Mar 2020 07:54:42 +0700 Subject: [PATCH] updating data/examples.json --- data/examples.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/examples.json b/data/examples.json index d84bd5a..e1263a9 100644 --- a/data/examples.json +++ b/data/examples.json @@ -998,5 +998,14 @@ "serverless" ], "description": "Create serverless Telegram Bot with DB to keep track of users using Netlify Functions and FaunaDB" + }, + { + "name": "Capture a screenshot and return it from a Netlify Function", + "url": "https://gist.github.com/ChristopherBiscardi/3a0e4b83d25aaa53b9a73fd42dc19063", + "code": "https://gist.github.com/ChristopherBiscardi/3a0e4b83d25aaa53b9a73fd42dc19063", + "tags": [ + "screenshot" + ], + "description": "from Chris Biscardi https://twitter.com/chrisbiscardi/status/1234639886105231360?s=20\n\nI'm using this to replace gatsby-plugin-printer with a \n@cloudinary\n as a write-through cache, React running in headless chromium via playwright, opengraph image generator, that runs on \n@Netlify\n:party-corgi:\n@chrisbiscardi\n·\n2m\nThe opengraph image generation is for \n@sectortools\n sites so people don't have to handle it themselves from the start." } -] +] \ No newline at end of file