UNPKG

@bashbers/astro-image-dithering

Version:

Astro image dithering plugin - converts png's in project to dithered.pngs and uses them inside markdown files.

3 lines 287 B
export declare function BayerDithering(inPixels: number[], width: number, height: number, palette: number[][]): Uint8Array<ArrayBuffer>; export declare function recursiveFindByExtension(base: string, ext: string, files: any, result: string[]): string[]; //# sourceMappingURL=lib.d.ts.map