JSPM

  • Created
  • Published
  • Downloads 57
  • Score
    100M100P100Q83858F
  • 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 🎵

This package is a modified version of musicard with some exicting new features.!

Usage

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

  const card = new muzicard()
    .setName("Govinda Namalu")
    .setAuthor("G V D K REDDY")
    .setColor("auto")
    .setTheme("classic")
    .setBrightness(69)
    .setThumbnail(
      `https://cdn.discordapp.com/avatars/1027828697828433980/a511f0ce5478f373ff208798e6efbf7a.webp`
    )
    .setProgress(69)
    .setStartTime("0:00")
    .setEndTime("3:63");

  const cardBuffer = await card.build();

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

Preview Of Theme's:

Square Thumbnail Round Thumbnail
Setting: .setTheme("neon") neon Setting: .setTheme("neonx") neonx
Setting: .setTheme("anime") anime Setting: .setTheme("animex") animex
Setting: .setTheme("space") space Setting: .setTheme("spacex") spacex
Setting: .setTheme("classic") classic Setting: .setTheme("dynamic") dynamic

Support / Help

Contact Links Developer's
Youtube iShowKronix G V D K REDDY
Discord Team Kronix A K S H A T

Credits

Original musicard package by A3PIRE