1.0.2 • Published 1 month ago

digit-dice-two v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month 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

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago