Get Started

Install

npm install @dice-roller/rpg-dice-roller

Setup

You can import the dice roller and use it in your application, using ES standard modulesopen in new window like so:

import * as rpgDiceRoller from '@dice-roller/rpg-dice-roller';

If you only want to import specific components, you can do so like:

import { DiceRoller } from '@dice-roller/rpg-dice-roller';