Package Exports
- roll-dice-quentin
- roll-dice-quentin/dist/index.js
- roll-dice-quentin/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (roll-dice-quentin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Project Name
Description
A module to be able to create a Dice and roll it
Table of Contents
Installation
npm install roll-dice-quentinUsage
import Dice from "roll-dice-quentin";
const dice = new Dice();
dice.roll(6);
dice.roll(10);
dice.roll(20);How to Report an Issue
To report an issue, please follow the guidelines below:
- Go to the [Issues] section of this repository.
- Click on the "New Issue" button.
- Fill out the issue template with the necessary information.
- Provide a clear and concise description of the issue you are facing.
- Click on the "Submit New Issue" button to create the issue.
Thank you for helping us improve this project!
Issue Template
Please use the following template when creating a new issue:
### Description
[Provide a brief description of the issue]
### Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3]
...
### Expected Behavior
[Describe what you expected to happen]
### Actual Behavior
[Describe what actually happened]
### Additional Information
[Provide any additional information or context that may be helpful]License
This project is licensed under the MIT License.
Contributing
Please see CONTRIBUTING.md for guidelines on how to contribute to this project.