JSPM

  • Created
  • Published
  • Downloads 60
  • Score
    100M100P100Q84927F
  • License GPL-3.0-or-later

Making Your TrackStart Attractive Without Using Canvas.

Package Exports

  • muzicard
  • muzicard/ajju/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (muzicard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

muzicard 🎡

Musicard Package in Efficient Way..!

npm install muzicard

This package is a fun fork of musicard & musicard-bun with some exicting new features.!

Support Server

Usage

Generate a music card like normal:

(async () => {
    const { muzicard } = require("muzicard");
    const fs = require("fs");

    const card = new muzicard()
        .setName("Bad Habits")
        .setAuthor("By Ed Sheeran")
        .setColor("auto")
        .setTheme("dynamic")
        .setBrightness(50)
        .setThumbnail("https://static.qobuz.com/images/covers/ga/ua/rmk2cpqliuaga_600.jpg")
        .setProgress(69)
        .setStartTime("0:00")
        .setEndTime("3:63")

    const cardBuffer = await card.build();

    fs.writeFileSync(`muzicard.png`, cardBuffer);
    console.log("Done!");
})();

The anime theme & neon theme makes your cards look SAX with rainbow sparkles and text 🌸✨

Here's a preview:

This is the neon output of musicard. neon

This is the anime output of musicard. anime

This is the classic output of musicard. classic

This is the dynamic output of musicard. dynamic

This is the space output of musicard. space

This is the space+ output of musicard. space

Credits

Huh Buy Me A Coffee or Give Me Some Credits

Original musicard package by A3PIRE Original musicard-bun package by grdAyush