An open API service indexing awesome lists of open source software.

https://github.com/alex313031/skiafier

Skiafier - Converts .svg icons to .icon format.
https://github.com/alex313031/skiafier

Last synced: 3 months ago
JSON representation

Skiafier - Converts .svg icons to .icon format.

Awesome Lists containing this project

README

          

# Skiafier

__Purpose:__ This program converts .svg icons to .icon format, used in the native UI of Chromium based browsers. .icon is a vector format that passes instructions directly to Skia. For more information, see > Here.

- Try it [Here](https://thorium.rocks/misc/skiafier/skiafy.html).
- Forked from evanstade's [skiafy](https://github.com/evanstade/skiafy)

__Also:__ If you find yourself manually tinkering with .icon files, including the output from this project, [This](https://github.com/michaelwasserman/vector-icon-app) Web App can be useful, as well as [This](https://chrome.google.com/webstore/detail/chromium-vector-icon-pain/cnlndebkegcfnbiknohgneobakigplhf) Chrome Extension I made.

– The Source for Web App is [Here](https://github.com/Alex313031/vector-icon-app), which was forked from [This](https://github.com/michaelwasserman/vector-icon-app). \
– The Source for the Extension is [Here](https://github.com/Alex313031/Chromium-Vector-Icons), which was forked from [This](https://github.com/sadrulhc/vector-icons).