Back
Question
Asked

what is the best practice today to generate webpage screenshots via the use of php and js?



I've stumbled upon screen.rip/, but never used it before.
If you're thinking about rolling out your own solution (because it will be a core part of your business), I'd personally roll out something based on Headless Chrome + API. There are already made solutions like github.com/GoogleChrome/puppe…, Docker containers with Headless Chrome, etc.