You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides icons for phone apps that are utilized by `message gui` and any other message display app.
3
+
4
+
## Adding your own icons
5
+
- Clone the repo on your local machine, if you haven't done so already.
6
+
- Locate the image you want to use as an icon. Make sure it is 24x24px, and has a black foreground and transparent background (you can color the foreground one color only later on)
7
+
- Upload it to the `icons` folder in the `messageicons` folder.
8
+
- Add your app name and the corresponding image you added to the `icon_names.json` file
9
+
- Run the `generate.js` script. Be sure you have the `png-js` dependency needed. (you can install it by running `npm install png-js` in the terminal)
10
+
- Once finished generating, navigate to the `lib.js` file, and add the color for your foreground and the corresponding app.
0 commit comments