Sam
CDCloudflare Developers
•Created by Sam on 3/24/2025 in #workers-help
Image processing library?
I have a Worker function that uses Browser rendering and Puppeteer to capture a screenshot. I want to convert the image to 8bit grayscale.
Usually I would use a library like
imagescript
, upng-js
but it didn't work with workers.
What is the best way to achive this?
Sample code that I tried.
Error:
12 replies
CDCloudflare Developers
•Created by Sam on 3/19/2025 in #workers-help
Hono + Workers + Browser rendering: How to screenshot a localhost path?
Hi 👋🏼
I'm following this example at https://developers.cloudflare.com/browser-rendering/workers-binding-api/screenshots/
How do I point puppeteer to this page for the screenshot? Is there a trick to get the "localhost" from withing the worker?
I have a worker that has a hono function returning simple HTML data, that I need to screenshot
2 replies