Closed Bran1304 closed 7 years ago
I just figured out the answer to this. For anybody who wants to access this event from wavesurfer.js, add this to your onReady method:
args.wavesurfer.on('region-created', function(){ console.log(' region created') })
Hi there,
Is there any way I can access the region-created event from wavesurfer.js's regions plugin?
Thanks