Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 398 Bytes

Build Status

Acoustics

acoustics is a javascript library that provides useful functionality for acousticians.

Usage

Installation via npm/yarn:

npm install acoustics
# or
yarn add acoustics

then import

import AC from 'acoustics'

console.log(AC)