UNPKG

folderkit

Version:

Pixel-perfect macOS folder icons generator for developers.

5 lines (4 loc) 217 B
import type { Processor } from '../../types/processor'; import sharp from 'sharp'; export type TintStrategy = 'overlay' | 'fill'; export declare const tint: (color: sharp.Color, strategy?: TintStrategy) => Processor;