-
I'm trying to get this working on windows, but when I put it into the json linter it doesn't like the image path line. I think it has something to do with the backslashes, since when I just put the file name in instead of the file path the linter is fine with it. What's the correct thing to do here? And once I have the json all set, where is the config.json I'm supposed to move it too? Does it mean I need to rename the json from config_example.json to just config.json? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Try leaving the image in the root directory, like how image.jpg is
Yes, once you're done configuring the json rename it to config.json |
Beta Was this translation helpful? Give feedback.
-
It could be simple to add a path to the image as argument to the cli and set that instead of the config. This would allow for image stored somewhere else on the computer. Probably use |
Beta Was this translation helpful? Give feedback.
Try leaving the image in the root directory, like how image.jpg is
Yes, once you're done configuring the json rename it to config.json