redroll
v0.1.3
Published
Native-ESM dice-roller using dice notation
Readme
Description
Redroll is a native-ESM dice-roller based on droll. It accepts input in dice notation.
Usage
import { roll } from 'https://esm.sh/redroll'
console.log(roll('3d6+1'))
//> 5 + 3 + 4 + 1 = 13