jasonraimondi / url-to-png

Selfhosted. URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB
https://jasonraimondi.github.io/url-to-png/
MIT License
156 stars 28 forks source link

v2.0.0 #36

Closed jasonraimondi closed 6 months ago

jasonraimondi commented 6 months ago

Description

This rewrite drops fastify and nestjs and replaces it with honojs. ESM + Nestjs decorators was being a PITA so I just wanted to get rid of it entirely.

TODO