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.
- Host: GitHub
- URL: https://github.com/alex313031/skiafier
- Owner: Alex313031
- License: apache-2.0
- Created: 2022-07-13T07:16:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T19:36:54.000Z (7 months ago)
- Last Synced: 2025-07-30T21:43:34.714Z (3 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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).