UNPKG
dice-bag
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Your Digital Dicebag!
github.com/alice-em/dice
alice-em/dice
dice-bag
/
README.md
10 lines
(8 loc)
•
145 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# dice
Your digital dice bag! ```javascript
const
d
=
require
(
'dice-bag'
)
// d(numberOfSides, numberOfDice)
d
(
5
,
10
)
// 5d10
d
(
3
,
6
)
// 3d6
```