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-mseriesor
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_purebmw_m2_carbonbmw_m3_track_glowbmw_m4_neon_edgebmw_m5_stealth_blackbmw_m6_motorsportbmw_m7_redlinebmw_m8_shadow_editionbmw_carbon_fiber_probmw_m_glass_reflect
🌐 Neon Cyber Themes
neon_blueneon_pinkneon_purpleneon_rainbowcyberpunk_city
⚫ Carbon Fiber Series
carbon_darkcarbon_redcarbon_bluecarbon_stealth
🟡 Luxury Gold Collection
gold_luxurygold_blackgold_royal
🌅 Vaporwave / Retro Synthwave
vaporwave_sunsetvaporwave_cityretro_gridretro_synthwave
🥷 Stealth / Midnight Themes
stealth_shadowstealth_bluestealth_silvermidnight_editionsmoke_black
✨ Modern Glass UI
glass_reflectglass_white_uiglass_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.
