1.0.3 • Published 2 years ago

paintfordiscord v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Paint for Discord

🎨 Canvas templates for Discord

Features

  • 🎨 Canvas only, no third-party libraries
  • 📦 Easy to install & use
  • 📝 Multilingual

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