When passing across a file location from eel to JavaScript, the image fails to load due to this error:
index.html:1 Not allowed to load local resource: file:///C:/Users/dave/Desktop/tools-and-utensils.png
Does the Eel python library allow the use of local files since it is running on a local host and not a web server? If so, how can I combat this? JavaScript is reading the path from a JSON string to load in the file.