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?
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?