joshwcomeau / use-sound

A React Hook for playing sound effects
MIT License
2.76k stars 98 forks source link

Optional `options` parameter for play function #3

Closed dotlouis closed 4 years ago

dotlouis commented 4 years ago

The options parameter should be optional. It is in the code, so let's update the types ;)

joshwcomeau commented 4 years ago

Good catch!