Appearance
npm install dowebau
or with yarn
yarn add dowebau
const record = new DoWebAu({ instrumentalUrl:'/path/to/instrumental', onRecorded: (blob) => { //do something with blob }, })