Preview monochrome icons in the browser!
Monochrome icons allow web developers to specify a single color icon that will be filled in by the user-agent to match other icons on the device. On Android, this lets developers customize notifications and other areas where their icon appears with no color.
It's important to test monochrome icons to ensure your icon appears how you expect when it is displayed without any color. Upload a monochrome icon or drag and drop it into Monochrome.fyi, then preview how it will appear on different devices.
Install dependencies:
npm install
Once the modules are installed, just run a web server. Thanks to Vite, no build step is needed to test the program.
This project is available under the MIT License.