Package Exports
- vellum-dice
- vellum-dice/vellum-dice.js
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 (vellum-dice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<vellum-dice> 
Web component and interactive dice roller. Inspired by javalent/dice-roller.
Examples
Add the following wherever you need a roll: <vellum-dice>2d6+3</vellum-dice>.
Installation
Install via npm: npm i vellum-dice -S.
Usage
Include the <script> in your project:
<script type="module" src="vellum-dice.js"></script>