0.0.7-beta • Published 1 year ago

osu-droid-card v0.0.7-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

osu!droid profile card generator

This module creates a 1100x650 .png osu!droid profile card containing the user's relevant data and their top plays. It uses my module osu-droid-scraping to get a DroidUser and their top plays as DroidScore[], and creates the card using @napi-rs/canvas, which is returned as a Buffer. The accent colors are obtained by fast-average-color-node.

Requirements

  • An osu! api key (stored in your .env file as OSU_API_KEY)

Installation

wip

Usage

wip

Examples