3D dice box/rolling library - Forked from https://github.com/3d-dice/dice-box
Find a file
2026-01-22 12:34:52 -05:00
demo/react-project removing unused element from index 2024-08-24 10:24:04 -04:00
public/assets/dice-box add preload option 2024-07-02 08:53:50 -04:00
src Update types 2026-01-22 12:34:52 -05:00
.gitignore fix bug with new keyword 2023-01-21 10:15:00 -05:00
.npmignore update ignore list 2021-12-14 07:54:41 -05:00
bun.lock Patch in updates 2026-01-22 12:07:24 -05:00
copyAssets.js switching to ES imports 2023-07-04 08:04:14 -04:00
dice-screenshot.jpg Updating Readme 2022-06-01 17:58:36 -04:00
LICENSE Preparing build 2021-08-26 11:16:37 -04:00
package-lock.json update browserlist 2024-08-24 09:01:18 -04:00
package.json Update types 2026-01-22 12:34:52 -05:00
README.md Patch in updates 2026-01-22 12:07:24 -05:00
rollup-plugin-minifyEs.js update build to create min.js 2023-01-22 10:39:27 -05:00
vite.config.js Update types 2026-01-22 12:34:52 -05:00

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.