1.2.1 • Published 2 years ago

trpg-dice-roller v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

TRPG Dice Roller

使い方

import roller from "trpg-dice-roller";
const text = "1d10";

console.log(roller.match(text));
//true

console.log(roller.roll(text).output);
//1d10 → (6) = 6
1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago