Easily capture visual snapshots of web pages in an instant.
WebShot is a straightforward application that converts URLs into images. It is designed to be user-friendly and easy to deploy anywhere.
- Capture website screenshots in desktop view.
- Capture website screenshots in mobile view.
- Capture website screenshots of specific selector id.
You can install and run it using two different methods :
npm install && \
npm run startGet Docker and then run :
docker build -t webshot . && \
docker run -p 3000:3000 webshotOpen website for more information.
You can launch some simple e2e tests :
- start the application
- run tests :
npm run e2e:run