UNPKG

starrail-manager

Version:

The StarRail Manager is a Node.js wrapper for the MiHoMo API and StarRail Data used in Honkai: StarRail.\ **This is not an official Honkai: StarRail project.**

4 lines (3 loc) 147 B
import { Canvas } from "canvas"; import { charData } from "../types/starrail"; export declare function renderImg(data: charData): Promise<Canvas>;