paintfordiscord
TypeScript icon, indicating that this package has built-in type declarations

1.0.3Β β€’Β PublicΒ β€’Β Published

Paint for Discord

🎨 Canvas templates for Discord

πŸ“ƒ Table of Contents

Features

Installation

npm install paintfordiscord

or

yarn add paintfordiscord

Examples

Leaderboard

const paintfordiscord = require('paintfordiscord');

const img = await paintfordiscord.generateLeaderboard([{
    username: 'test-user',
    score: 100
}]);

Roadmap

  • πŸ“¦ In progress - Add multilanguage support
  • ❎ Add more templates
  • βœ… Move functions into utils/util.ts
  • βœ… Add more customization

Changelog

Note Format: fixes -> additions -> updates -> removals

6/19/2022

  • WIP - Add multilingual support removed due to an error - coming soon
  • Add Github workflow
  • Update README.md
  • Update tests
  • Update tsconfig.json
  • Update tests to have 5 users

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    6
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i paintfordiscord

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

86 kB

Total Files

26

Last publish

Collaborators

  • turtlepaw