This project is meant to synchronize your Yeelight with the colors displayed on your screen.
It is built with Electron Vue, and thus divided in two parts:
- The main process, that handles the connection between the current device and the yeelight,
- The renderer, that captures the screen and extracts the dominant color displayed on the screen.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.