Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 328 Bytes

rshot-cli

Create website screenshots using cli

How to use

This code is not published anywhere, you must first clone and build locally using cargo build --release then add the file target/release/screenshot to your PATH.

rshot --url="https://google.com" --output="output.png" --width=800 --height=800