1.0.3 • Published 2 months ago

react-audio-gear v1.0.3

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

react-audio-gear

This package serves an audio player React library component

Installation

npm i react-audio-gear

image of hosted component

Features

  • responsive to all sized screens
  • SVG icons, saves bandwidth
  • compressed output file for less load time and to save bandwidth
  • faster compilation made possible via Rollup by the application of Tree-shaking
  • Multiple module formats (ES6, CJS) export/ import
  • bare minimum or no dependencies

Try out Live Demo: storyBook

Cross Browser Support available

Usage

import { AudioGear } from 'react-audio-gear'

const AudioCover = ({ audioSrc, isDarkMode, ...rest }) => {
  // ...your code goes here
  return (
    <AudioGear audioSrc={audioSrc} darkMode={isDarkMode ? darkMode : lightMode} />
  )
}

Contributing

Sooner the project will be Open Source and will be accepting contributions.

License

MIT

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago