SnosMe/electron-overlay-window

Is it possible to create an overlay in the whole screen?

Closed this issue · 4 comments

I was thinking on a project but in order to make it look great I need this feature. Will this lib provide it and can someone give any tip on how to do it?

You don't need this library to cover the whole screen.

Could you tell me what can I use?

It depends on what you want, but basically transparent frameless window

readonly WINDOW_OPTS = {
fullscreenable: true,
skipTaskbar: true,
frame: false,
show: false,
transparent: true,

Thanks, you just saved me