CLI for the Koyo screenshot service api.
go install github.com/tbdsux/koyo/cli/koyo@latest
koyo --api https://your-koyo-app-instance-url.deta.app https://alpha.deta.space
The CLI creates a default config file which can be configured accordingly at $HOME/.koyo.yaml
# Default Config
api: ''
apiKey: ''
driver: playwright
fullPage: false
height: 800
imageType: png
whiteHole: ''
width: 1280
The keys from the default config can be updated as such...
koyo set config.[key] [value]
koyo set config.width 1400
tbdsux | © 2023