mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-09 08:45:55 +02:00
544 B
544 B
Joplin TinyMCE Icon Pack
Created from template: https://raw.githubusercontent.com/tinymce/oxide-icon-pack-template
Adding an icon
- Get it from Fork Awesome
- Using https://vectr.com/Resize Resize vector graphics to between 15x15 to 20x20 max. Set page dimensions to 24x24 pixels
- Save to src/svg
Building
Open a terminal and navigate to the project folder, then
- Install dependencies using
npm install
. - Place your icons in
src/svg
- Run
gulp
to build the icon pack