Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souporserious/unicon
🦄 Wrangle SVGs from your favorite design tool.
https://github.com/souporserious/unicon
Last synced: 6 days ago
JSON representation
🦄 Wrangle SVGs from your favorite design tool.
- Host: GitHub
- URL: https://github.com/souporserious/unicon
- Owner: souporserious
- Created: 2018-08-30T06:55:13.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T04:52:20.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T12:40:42.396Z (9 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 170
- Watchers: 4
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦄 unicon
Wrangle SVGs from your favorite design tool. Works with Figma, Sketch, and
anything else that can export svgs.## ☢️ Warning
API may be in flux until an official V1. Please use at your own risk.
## 📦 Packages
### [unicon](/packages/unicon)
A set of functions to source SVG data from _any_ design tool.
### [unicon-transformer-json](/packages/unicon-transformer-json)
Clean and transform SVG data into JSON fragments.
### [unicon-cli](/packages/unicon-cli)
Source data and use transformers to create a file of individually exported SVG
data fragments.### [unicon-react](/packages/unicon-react)
Universal SVG rendering in React.
## 🤠 Examples
Check out the [examples](/examples) folder for working examples in React and
React Native.## 🙏 Thanks
This project is built on the shoulders of giants and wouldn't be possible
without an amazing community. Huge thanks to the following people:- [Brent Jackson](https://twitter.com/jxnblk) for always experimenting with
design tools and creating projects like
[figma-theme](https://github.com/jxnblk/figma-theme#readme) and
[pixo](https://github.com/c8r/pixo)
- [Github Design](https://twitter.com/githubdesign) for sharing
[their thoughts on icons](https://blog.github.com/2018-04-12-driving-changes-from-designs/)
- [Jon Gold](https://twitter.com/jongold) for making the
[Figma API easy as heck to work with](https://github.com/jongold/figma-js#readme)
- [David Gilbertson](https://twitter.com/D__Gilbertson) for his wonderful
article on
[icons as react components](https://medium.com/@david.gilbertson/icons-as-react-components-de3e33cb8792)
- [Daniel Dunderfelt](https://twitter.com/ddunderfelt) for the unicon NPM
package name