1.0.2 • Published 6 months ago

digital-dice v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Digital Dice

This package provides you with a digital dice.

Features

  • Roll: you can roll a dice inorder to get an output between 1 to 6.

Installation

To install the package, use npm:

npm i digital-dice

Usage

import { roll } from 'digital-dice'

const output = roll()

console.log(output)
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago