UNPKG

@bashbers/astro-image-dithering

Version:

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

5 lines 257 B
import type { Root } from 'hast'; import type { Plugin } from 'unified'; export declare const rehypeDitheredImageContainerHtml: Plugin<[], Root>; export default rehypeDitheredImageContainerHtml; //# sourceMappingURL=rehypeDitheredImageContainerHtml.d.ts.map