New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

musicard-quartz

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

musicard-quartz

Discord music bot module, with aesthetic features. equipped with a music card that is different from the others.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
319
-20.45%
Maintainers
1
Weekly downloads
 
Created
Source

musicard-quartz 🎵

The kawaii 💕 npm package for generating sugoi 🤩 music cards for your apps and sites!

npm install musicard-quartz

This package is a fun fork of musicard with some radical new features 🌈 for maximum sugoi-ness!

Usage

Generate a quartz card like normal:

(async () => {
    const { musicCard } = require("musicard-quartz");
    const fs = require("fs");

    const card = new musicCard()
        .setName("Aduh")
        .setAuthor("Maliq & D'Essentials")
        .setColor("auto")
        .setTheme("quartz+")
        .setBrightness(50)
        .setThumbnail("https://cdn.discordapp.com/attachments/1198220352963219456/1202316791351615548/index.jpg?ex=65cd03c5&is=65ba8ec5&hm=d5229d21023379c157e7e9bfa7d0258e6bcf7d7727a2381d133d51d3498bd3bf&")
        .setProgress(10)
        .setStartTime("0:00")
        .setEndTime("3:00")

    const cardBuffer = await card.build();

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

Here's a preview:

This is the quartz+ output of musicCard. quartz+

This is the onepiece+ output of musicCard. onepiece+

This is the vector+ output of musicCard. onepiece+

Original musicard package by RAMON

Keywords

music-card

FAQs

Package last updated on 31 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts