spotify-canvas

1.0.1 • Public • Published

spotify-canvas

Based off the amazing work done in itsmeow/Spicetify-Canvas (Protobuf definitions and SPClient implementation extracted directly from that project!)

Usage

const getSpotifyCanvas = require("spotify-canvas");

getSpotifyCanvas({
	artist: "oneohtrix point never",
	album: "magic oneohtrix point never",
	track: "nothing's special",
}).then((result) => {
	console.log(result);
});

//https://canvaz.scdn.co/upload/licensor/16l9UjrgkeMuALfTijNQta/video/b342eebd7c664a049493f6e18369bf3e.cnvs.mp4

/spotify-canvas/

    Package Sidebar

    Install

    npm i spotify-canvas

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    8.94 kB

    Total Files

    8

    Last publish

    Collaborators

    • dkordik