AdamTyler / react-dice-complete

Complete dice rolling functionality and animations
http://adam-tyler.com/react-dice-complete
ISC License
79 stars 26 forks source link

how to get the value of the dice individually #8

Closed NicolasGigena closed 5 years ago

NicolasGigena commented 5 years ago

how to get the value of the dice individually when they are thrown together and not the sum of them

AdamTyler commented 5 years ago

This feature has been added in release v1.2.0. 'rollDone` callback will now return a total value and array of individual values