electron-mci-cd-player
is an Electron application that provides CD player functionality. The application uses a native extension to call the Media Control Interface (MCI) for playing CDs from within the Electron environment. This project is developed using Electron and React.
To use this project, you need the following:
- Visual Studio 2022: Required for building a program using C++.
- CMake: Must be installed to build the necessary components.
To install dependencies, run:
npm run setup
To start the application in development mode, run:
npm run dev
This will launch the development environment using Electron and React.
To lint the code, run:
npm run eslint
To automatically fix lint errors that can be corrected, run:
npm run eslint:fix
To build the application and create the installer, run:
npm run package
The installer will be generated in the cd-player/release/${version}/
directory.
This project is licensed under the MIT License.