Skip to content

Getting Start

Installation

Install with npm

bash
npm install dowebau

or with yarn

bash
yarn add dowebau

Usage

js
const record = new DoWebAu({
    instrumentalUrl:'/path/to/instrumental',
    onRecorded: (blob) => {
        //do something with blob
  },
})

Released under the MIT License.