use-sound-waves
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

use-sound-waves

React hook to play sound waves with given frequencies

NPM JavaScript Style Guide

Install

npm install --save use-sound-waves

Usage

import React, { Component } from 'react'

import useSoundWaves from 'use-sound-waves'

function Example() {
  const { isPlaying, currentSound, play, stop } = useSoundWaves();
  ...
}

License

MIT © MGrin

Readme

Keywords

none

Package Sidebar

Install

npm i use-sound-waves

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

13.8 kB

Total Files

10

Last publish

Collaborators

  • mgrin