Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mrprim/react-dicier

mrprim9MIT0.0.1

A React wrapper for the Dicier font (designed by Speak the Sky - https://https://speakthesky.itch.io/typeface-dicier)

font, dice, games, rpgs

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>