feat: initial commit

This commit is contained in:
2023-03-03 02:04:17 +01:00
parent 66432c97a6
commit 4fdb49b55c
8 changed files with 10396 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
I want to re-create an effect similar to the one used in [this video](https://www.youtube.com/watch?v=IGK6eceWyU4&t=1264s).
It looks like a chrome-less browser window, which also can be rendered with transparency against the desktop.
It looks like it's possible to achieve a similar effect with minimal
efforts using [electron](https://www.electronjs.org/docs/latest/) library and [frameless windows](https://www.electronjs.org/docs/latest/tutorial/window-customization#create-frameless-windows).