1.0.4 • Published 6 years ago

dicerollvi v1.0.4

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

Installation

npm install dicerollvi

Usage

For use dicerollvi

single roll

var diceroll = require('dicerollvi');
//one dice
diceroll.dice()
//two dice
diceroll.twoDice()

multiple roll

var diceroll = require('dicerollvi');
//one dice --> in the argoument of function specify the number of roll
diceroll.diceRoll(3)
//two dice --> in the argoument of function specify the number of roll
diceroll.TwoDiceRoll(7)
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago