hey chad
I am using your react-cassette-player. I am using the following code:
<div className="home-page">
<Cassette src="http://localhost:9090/assets/audio/1.mp3"
preload="none"
cassetteColor="#FFFFF"
labelColor="#000"
tapeColor="#000"
controlsColor="#FFFF"
containerClass="quasi-wrap" />
);
now, I aim at:
- hiding frontend;
- auto-play
- loop
- buttons for mute the audio
can you provide me hints on how to do so? if those features are not yet implemented I would be happy to collaborate with doing so

hey chad
I am using your react-cassette-player. I am using the following code:
now, I aim at:
can you provide me hints on how to do so? if those features are not yet implemented I would be happy to collaborate with doing so