Package Exports
- redroll
Readme
Description
Redroll is a native-ESM dice-roller based on droll. It accepts input in dice notation.
Usage
import { roll } from 'redroll'
console.log(roll('3d6+1'))Native-ESM dice-roller using dice notation
Redroll is a native-ESM dice-roller based on droll. It accepts input in dice notation.
import { roll } from 'redroll'
console.log(roll('3d6+1'))