Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremiras/fa2png
FontAwesome to PNG
https://github.com/andremiras/fa2png
Last synced: about 2 months ago
JSON representation
FontAwesome to PNG
- Host: GitHub
- URL: https://github.com/andremiras/fa2png
- Owner: AndreMiras
- License: mit
- Created: 2016-09-13T20:16:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T07:16:21.000Z (3 months ago)
- Last Synced: 2024-10-27T07:27:59.313Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://andremiras.github.io/fa2png/
- Size: 7.71 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fa2png
[![Tests](https://github.com/AndreMiras/fa2png/actions/workflows/tests.yml/badge.svg)](https://github.com/AndreMiras/fa2png/actions/workflows/tests.yml)
[![Deploy](https://github.com/AndreMiras/fa2png/actions/workflows/deploy.yml/badge.svg)](https://github.com/AndreMiras/fa2png/actions/workflows/deploy.yml)Converts a FontAwesome icon to PNG.
## Run
```sh
yarn start
```## Test
```sh
yarn lint
yarn test
```## Deployment
The app can be deployed on GitHub pages when releasing via:
```sh
yarn deploy
```