1.0.4 • Published 8 months ago

ts-audio-visualizer v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ts-audio-visualizer

npm.io npm.io 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

namedescriptiontypedefault
modeChange the shape of the visualizerbars / grid / wavebars
heightChange the width of the visualizerstring100%
widthChange the height of the visualizerstring100%
bgColorChange the background color of the visualizerstring#000
barColorChange the color of the bars in the visualizerstring#fff

🐸 < Please share !