npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

musicard-mseries

v1.0.1

Published

Musicard Ultimate is a **next-generation dynamic music card generator** designed for Discord bots, dashboard systems, audio bots, media apps, and anything that needs **clean, modern, beautiful music cards**.

Downloads

5

Readme

🎵 Musicard Ultimate

Premium Multi-Theme Music Card Engine

Developed by ZayDocs @ Dozzie Development

Musicard Ultimate is a next-generation dynamic music card generator designed for Discord bots, dashboard systems, audio bots, media apps, and anything that needs clean, modern, beautiful music cards.

This package includes the BMW M-Series Premium Theme Pack, along with 30+ additional high-end themes such as neon, vaporwave, carbon fiber, stealth, luxury gold, retro synthwave, and glass UI.


✨ Features

  • 🏎 BMW M-Series Premium Theme Pack
  • 🎨 30+ professionally crafted themes
  • 🖼 High-resolution, clean, modern card rendering
  • 🎚 Dynamic progress bar + auto layout
  • 🌈 Color-adaptive theme engine
  • ⚡ Ultra-optimized for Discord bots
  • 🧠 Theme failover system (never breaks)
  • 🛠 No API key required
  • 📦 Perfect for Node.js / TypeScript bots

📦 Installation

npm install musicard-mseries

or

yarn add musicard-mseries

🚀 Basic Example

const musicard = require("musicard-mseries");

const buffer = await musicard.render({
  theme: "bmw_m_track",
  title: "Night Drive",
  artist: "ZayDocs",
  progress: 85,
  duration: 213,
  cover: "https://cdn.example.com/cover.png" // optional
});

// Send as Discord attachment or save locally

🎨 Theme Packs Included

🏎 BMW M-Series Themes

  • bmw_m1_pure
  • bmw_m2_carbon
  • bmw_m3_track_glow
  • bmw_m4_neon_edge
  • bmw_m5_stealth_black
  • bmw_m6_motorsport
  • bmw_m7_redline
  • bmw_m8_shadow_edition
  • bmw_carbon_fiber_pro
  • bmw_m_glass_reflect

🌐 Neon Cyber Themes

  • neon_blue
  • neon_pink
  • neon_purple
  • neon_rainbow
  • cyberpunk_city

⚫ Carbon Fiber Series

  • carbon_dark
  • carbon_red
  • carbon_blue
  • carbon_stealth

🟡 Luxury Gold Collection

  • gold_luxury
  • gold_black
  • gold_royal

🌅 Vaporwave / Retro Synthwave

  • vaporwave_sunset
  • vaporwave_city
  • retro_grid
  • retro_synthwave

🥷 Stealth / Midnight Themes

  • stealth_shadow
  • stealth_blue
  • stealth_silver
  • midnight_edition
  • smoke_black

✨ Modern Glass UI

  • glass_reflect
  • glass_white_ui
  • glass_dark_ui

🖼 Saving Cards Locally

const fs = require("fs");

const card = await musicard.render({
  theme: "neon_blue",
  title: "Dreamwave",
  artist: "ZayDocs"
});

fs.writeFileSync("card.png", card);

🔧 API Options

render({
  theme: string,
  title: string,
  artist?: string,
  cover?: string | Buffer,
  progress?: number,
  duration?: number,
  borderRadius?: number,
  shadow?: boolean,
  quality?: "low" | "medium" | "high"
}): Promise<Buffer>

🧩 Folder Structure

musicard-mseries/
│ package.json
│ README.md
│ LICENSE
└── src/
    │ index.js
    │ card.js
    └── themes/
         *.js (all 30+ themes)

🛠 Compatibility

| Platform | Supported | | ------------------------------ | --------- | | Discord.js v14+ | ✅ | | Node.js 16+ | ✅ | | @napi-rs/canvas | ✅ | | Docker environments | ✅ | | Serverless (Vercel/Cloudflare) | ✅ |


🌍 Community

Maintained by Dozzie Development Feature requests, bug reports, and PRs are welcome.


📜 License

MIT License — free for commercial + personal use.