NEUMORPH Player
is a simple player library for react SPA using Howler.js library for audio functionality
Several options to get up and running:
- Clone the repo: git clone https://github.com/KBTheDeveloper/neumorph-player.js.git
- Install with npm: npm install @kbthedeveloper/neumorph-player
- Install with Yarn: yarn add @kbthedeveloper/neumorph-player
Using as React component
import Player from "neumorph-player";
<Player theme="dark" tracks={tracksArr} />
List of tracks to in a Track format
Set the player position
There are 3 themes out of the box: dark, light, and blue
This package contains 3 audio tracks for testing player in demo mode