fiddle
fiddle copied to clipboard
Adding JPG or other files to the package
Is there a way to add JPGs or other files to a fiddle?
@Zelex can you please elaborate on what you're looking to do? Add it to a packaged app? You're free to just put it on your desktop and then use Node.js to get the path to it to load it, for example
The electron fiddle has a role as a issue demo for creating electron. And one of the api's in electron is the Tray API.
If someone wants to create a demo of the tray issue, it will be difficult for them to do so, as trays sometimes require image resources. e.g: https://github.com/electron/electron/issues/32393