@sonatajs/plugins
v0.0.1
Published
A collection of sources for sonata.js
Downloads
1
Readme
[WIP] Sonata Plugins
A plugin library to add sources for Sonata.js
This package provides sonata
with 4 sources. YouTube, Deezer, SoundCloud and Spotify
import { YoutubePlugin } from "@sonatajs/plugins"
const player = getPlayerSomehow()
player.plugins.add(new YoutubePlugin())
Or add it directly
new MusicClient(erisClient, {
plugins: [new YoutubePlugin()]
})