SnosMe / electron-overlay-window

Creating overlays is easy like never before
MIT License
201 stars 38 forks source link

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

Closed biel-correa closed 3 years ago

biel-correa commented 3 years ago

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?

SnosMe commented 3 years ago

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

biel-correa commented 3 years ago

Could you tell me what can I use?

SnosMe commented 3 years ago

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

https://github.com/SnosMe/electron-overlay-window/blob/e0b3da27a20251cb5673c43390abdc2e3fe3e78e/src/index.ts#L62-L67

biel-correa commented 3 years ago

Thanks, you just saved me