import React from 'react'
import jvibes from 'jvibes'
...
const { tracks, isRecording, startRecording, stopRecording } = jvibes()
...
import React from 'react'
import jvibes from 'jvibes'
...
const { tracks, isRecording, startRecording, stopRecording } = jvibes()
...