Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

pixelord

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pixelord

Pixelord is a powerful canvas project with high-quality assets & designs

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source


About

Pixelord is a powerful canvas project with high-quality design that has awesome canvas like welcomeCard and more in the future.

  • Fully Customizable
  • High Quality Assets
  • Dreamlike designs

Installation

npm i pixelord

Example Usage

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

    const welcard = new welcomeCard()
        .setName("FlameFace")
        .setAvatar("https://s6.imgcdn.dev/ZFQlq.png")
        .setMessage("YOU ARE 688 MEMBER")
        .setBackground("https://s6.imgcdn.dev/ZqH2S.png")
        .setColor("00FF38") // without #
        .setTitle("Welcome")

    const output = await welcard.build();

    fs.writeFileSync("card.png", output);
    console.log("Done");
})()

Output

welcome-preview

Help

If you need help or want some features to be added, join our official A3PIRE community.

A3PIRE Project 2023

Keywords

welcome-card

FAQs

Package last updated on 10 Oct 2023

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