1.2.4 • Published 3 years ago
spotify-card v1.2.4
Generate song embeds easily !
spotify-card
Table of Contents
About
This is a nodejs utility to generate song embeds using skia-canvas.
The package is named spotify-card
because I wanted to only add spotify support at the beginning but I ended up adding support for other platforms.
Currently supported plaforms: Spotify
, Soundcloud
, Youtube
and Deezer
Prerequisites
Installing
You can install this package from the npm registry
yarn add spotify-card
or with the npm cli:
npm install spotify-card
Usage
Example (typescript)
import { generate } from "spotify-card";
import path from "path";
import fs from "fs";
(async () => {
const image = await generate({
url: "spotify:track:33yAEqzKXexYM3WlOYtTfQ",
});
fs.writeFileSync(path.join(__dirname, "test_image.png"), image);
})();
1.2.4
3 years ago
1.2.2
3 years ago
1.2.0
3 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.2.1
3 years ago
1.1.10
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.16
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.11
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.10
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2-0
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago