/** * Outline pixels of a certain color with the same color. */ export default function outline({ data: src, width, height }: ImageData, { color }?: { color?: number | undefined; }): ImageData;