Skip to content

imaimai17468/ts-audio-visualizer

Repository files navigation

ts-audio-visualizer

License

画面収録-2023-08-26-14 23 36

💐 Features

  • Microphone audio converted to graphs
  • Cleaner HTML
  • Customizable and themeable

📈 Install now !

npm i ts-audio-visualizer
yarn add ts-audio-visualizer

🚀 Use

🖊️ Example

  • Just paste this code into tsx!
<AudioVisualizer
  mode="bars"
  height="100px"
  width="50%"
  bgColor="#252525"
  barColor="#efefef"
/>

⚙️ props

name description type default
mode Change the shape of the visualizer bars / grid / wave bars
height Change the width of the visualizer string 100%
width Change the height of the visualizer string 100%
bgColor Change the background color of the visualizer string #000
barColor Change the color of the bars in the visualizer string #fff

🐸 < Please share !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published