Simplistic screenshot uploading tool
Before use, create conf.json
file in the same directory as the fazo-client.exe
{
"host": "http://localhost:9000",
"shortcut": {
"key": "E",
"modifiers": [
"Control",
"Shift"
]
}
}