3D dice box/rolling library - Forked from https://github.com/3d-dice/dice-box
| demo/react-project | ||
| public/assets/dice-box | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| bun.lock | ||
| copyAssets.js | ||
| dice-screenshot.jpg | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rollup-plugin-minifyEs.js | ||
| vite.config.js | ||
Dice Box
This project was forked from https://github.com/3d-dice/dice-box
It is being modified and maintained for use in other Rustic Arcade projects with a modernized API.
Installation Notes
The original @3d-dice/dice-box package has a postInstall step to copy static
assets from the public directory into your project. This step has been removed
and instead this version of the library expects you to manually copy the files
from this repository to a folder of your choice for hosting.