Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andremiras/fa2png

FontAwesome to PNG
https://github.com/andremiras/fa2png

Last synced: about 2 months ago
JSON representation

FontAwesome to PNG

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
```