We're a place where coders share, stay up-to-date and grow their careers.
How to take a screenshot with Javascript in NodeJS
On the server, yes. If you want to do it on the client, you can use canvas.
I've tried to do advanced rendering in the canvas before for screenshots, and while possible, server-side is so significantly easier and better.
Totally agree!
How to take a screenshot with Javascript in NodeJS
On the server, yes. If you want to do it on the client, you can use canvas.
I've tried to do advanced rendering in the canvas before for screenshots, and while possible, server-side is so significantly easier and better.
Totally agree!