UNPKG

@runejs/filestore

Version:

Tools for managing the RuneJS filestore.

3 lines (2 loc) 99 B
import type { PNG } from 'pngjs'; export declare const pngToBase64: (png: PNG) => Promise<string>;