youtube-mp3-player
v1.0.5
Published
A modern, minimalist audio player for YouTube videos built with React, TypeScript, and Vite
Maintainers
Readme
YouTube MP3 Player Plugin

A modern, minimalist audio player for YouTube videos built with React, TypeScript, and Vite.
Installation
npm install youtube-mp3-player
or
yarn add youtube-mp3-player
Usage
import { YouTubeMp3Player } from 'youtube-mp3-player';
import 'youtube-mp3-player/dist/youtube-mp3-player.css';
export default function App() {
return (
<div>
<h1>My YouTube MP3 Player</h1>
<YouTubeMp3Player urls={["dQw4w9WgXcQ", "dQw4w9WgXcQ", "dQw4w9WgXcQ"]} />
</div>
);
}Note: Make sure to import the CSS file to apply the component styles.
