Build okara URL with cli.
$ okr -c 300x200c -f webp https://example.com/path/to/your/image.jpg
If you use Homebrew:
brew tap yano3/okr
brew install okr
Download binary from releases page or use go get
command.
$ go get -u github.com/yano3/okr
Set environment variables bellow.
export OKARA_HOST=<Put your okara host beginning with "http" or "https">
export OKARA_SERVICE=<Put your service>
export OKARA_TYPE=<Put your type>
export OKARA_SECRET_TOKEN=<Put your okara secret token>