Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzombie/fontman
https://github.com/jzombie/fontman
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jzombie/fontman
- Owner: jzombie
- Created: 2019-09-10T04:47:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:41:20.000Z (almost 2 years ago)
- Last Synced: 2024-01-01T05:12:04.867Z (11 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG -> Embedded Font Converter / React Component Builder
Utility which convert an SVG image into a React Component as a colorizable and stylable, Base64-encoded, embedded font.
Upload a SVG file; Download a zipped React Component for direct usage in a React project.
## Motivation
I wanted a simple tool to convert SVG images directly into a React Component, as a font icon, with no external dependencies, assets baked in, styled and colorizable with simple CSS.
## Screenshots
[ TODO: Add screenshots ]
## Docker Dev Command
```
PWD=`pwd` && docker run -p 8888:80 -v $PWD:/app -v /tmp:/tmp fontman
```## Tech Used
- Docker
- Node.js
- Express
- React
- Supervisor
- PM2
- Nginx## License
MIT License [ TODO: Link to license ]