1.0.4 • Published 7 years ago

dicerollvi v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago