Socket
Book a DemoInstallSign in
Socket

@shizodevs/pkmn-display

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

@shizodevs/pkmn-display

Pokémon team preview image generator

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

@shizodevs/pkmn-display

Pokémon team preview image generator

Install

Install @shizodevs/pkmn-display:

npm i @shizodevs/pkmn-display

Generate a summary

import { Sets } from '@pkmn/sets';
import { summaryScreen, partyScreen } from '@shizodevs/pkmn-display';

//Pokémon Showdown! set
const set = Sets.importSet(
`Gekkouga (Greninja-Ash) (M) @ Choice Specs  
 Ability: Battle Bond  
 Level: 100  
 Shiny: Yes  
 Pokeball: Cherish Ball  
 EVs: 252 SpA / 4 SpD / 252 Spe
 Timid Nature
 - Hydro Pump
 - Dark Pulse
 - Water Shuriken
 - Spikes
`);

const buffer = await summaryScreen(set);

Result: Summary

Generate a party preview

import { summaryScreen, partyScreen } from '@shizodevs/pkmn-display';

//array of 6 sets
const buffer = await partyScreen([set, set2, set3, set4, set5, set6]);

Result: Party

Donations

Donations are gladly accepted. Please send them to my Paypal.me or Patreon to support the development, and maintenance of this project. Thank you!

Credits

This project currently being owned and maintained by adrifcastr.

Keywords

Pokémon

FAQs

Package last updated on 10 Apr 2025

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