@mrprim/react-dicier
v0.0.1
Published
A React wrapper for the Dicier font (designed by Speak the Sky - https://https://speakthesky.itch.io/typeface-dicier)
Downloads
21
Readme
react-dicier
A React wrapper for the Dicier icon font.
What is Dicier?
Dicier is an analog game font designed by Speak the Sky. It is released under a CC BY 4.0 license.
You may download the Dicier typeface at itch.io.
No modifications have been made to the Dicier font in this project.
Installation
npm i @mrprim/react-dicier
Usage
import { DicierIcon } from 'react-dicier'
const () =>
<div>
<DicierIcon mode='block' weight='light'>4</DicierIcon>
</div>