Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

the-labo/the-audio

Repository files navigation

the-audio

Build Status npm Version JS Standard

Audio utility

Installation

$ npm install the-audio --save

Usage

'use strict'

const {TheAudio} = require('the-audio')

async function tryExample () {

}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links