Create website screenshots using cli
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