Skip to content

KBTheDeveloper/neumorph-player

Repository files navigation

NEUMORPH Player

NEUMORPH Player is a simple player library for react SPA using Howler.js library for audio functionality

Installation

Several options to get up and running:

Usage

Using as React component

    import Player from "neumorph-player";

    <Player theme="dark" tracks={tracksArr} />

Props

Tracks Array<Track> [] required

List of tracks to in a Track format

Position String "fixed"

Set the player position

Theme String "dark"

There are 3 themes out of the box: dark, light, and blue

Note

This package contains 3 audio tracks for testing player in demo mode

About

NEUMORPH Player is a react simple player library using Howler.js library for audio functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published