UNPKG

ico-utils

Version:

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

3 lines (2 loc) 159 B
import { InputImage } from './types.js'; export declare function encodeIco(inputs: InputImage[], limitImageDimension?: boolean, mime?: string): Promise<Blob>;