UNPKG

ico-utils

Version:

A javascript library to create ICO file from PNG images and extract PNG images from ICO file.

4 lines (3 loc) 196 B
import { InputImage } from '../types.js'; export declare function getBlob(image: InputImage, mime?: string): Blob; export declare function getArrayBuffer(image: InputImage): Promise<ArrayBuffer>;