byWulf / threejs-dice

Javascript library to create throwable dice with threejs and cannonjs
MIT License
180 stars 69 forks source link

export DiceObject ? #18

Open jbrecht opened 3 years ago

jbrecht commented 3 years ago

Is there a reason the DiceObject class is not exported? I have been playing around making other dice that extend DiceObject. I've mainly just been displaying different symbols (e.g. letters and emoji), but may like to try other things. If we simply add the 'export' in the library, then people can make their own dice in their own codebases, but is there a good reason it is not currently exported?