#
Welcome to the rpg-dice-js Docs
rpg-dice-js
A dice roller for the modern JavaScript developer
With many settings options and response types for full customization
View Docs
·
View GitHub
·
View npm
·
Report Bug
npm i @mateo-wallace/rpg-dice-js
#
About The Project
rpg-dice-js is an npm package that allows a user to send an input to a roll()
function with no need to make random number logic. It was specifically built to comply with the dice of games such as Dungeons and Dragons or Pathfinder.
Main Features:
- Settings adjustment within a
Dice
model - User input of all kinds accepted
- Dice response object with robust information such as
input
,result
,total
, etc...
See the Quick Start guide to see how to implement rpg-dice-js into your code!