UNPKG

kiutils

Version:

🎑 (Library) an Javascript library that provide various utilities, including Image manipulation tools, Discord-related utilities, and a logger.

16 lines • 349 B
export declare enum StatusType { ONLINE = "online", DND = "dnd", IDLE = "idle", OFFLINE = "offline", STREAMING = "streaming" } export declare enum BackgroundType { IMAGE = "image", COLOR = "color" } export declare enum ProgressBarType { COLOR = "color", GRADIENT = "gradient" } //# sourceMappingURL=enums.d.ts.map