ts-audio-visualizer
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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 !

Package Sidebar

Install

npm i ts-audio-visualizer

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

16.4 kB

Total Files

21

Last publish

Collaborators

  • imaimai17468