fanbox
fanbox copied to clipboard
Does it support transparency?
Is there any way to make the background of the widget transparent?
Hi @GhostInTheSteiner,
At the moment transparency is not supported (though it is possible!) See here for how to implement it
https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#transparent-window
Basically it's an option you need to pass through so it should be fairly simple.
If you make any progress, put up a PR and let me know :)