0.0.1 • Published 2 years ago

@mrprim/react-dicier v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>