gitextract_n378x8h9/ ├── .gitignore ├── LICENSE ├── README.md ├── build.bat ├── data ├── exemple.js ├── files/ │ ├── css/ │ │ ├── dark.css │ │ └── styles.css │ ├── index.html │ └── js/ │ └── scripts.js ├── main.js ├── module/ │ ├── app.cpp │ └── assets/ │ ├── dwm.cpp │ ├── dwm.h │ ├── types.h │ ├── user32.cpp │ ├── win.cpp │ └── winstyle.h ├── package.json ├── src/ │ ├── micaElectron_arm64.node │ ├── micaElectron_ia32.node │ └── micaElectron_x64.node └── types/ └── index.d.ts