joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loops?

elron opened this issue · comments

commented

Are loops possible?
How?

yep, you can just pass it initially:
const [play] = useSound(url, { volume, loop: true })

Additional Howler options are being delegated

commented

Thanks so much!

you're welcome! Don't forget to close if its done.