UNPKG

rehype-probe-image-size

Version:
13 lines (9 loc) 280 B
import { Plugin } from "unified"; declare const rehypeProbeImageSize: Plugin<[RehypeProbeImageSizeOptions?]>; interface RehypeProbeImageSizeOptions { /** * For local images, you can specify the image directory. */ staticDir?: string; } export = rehypeProbeImageSize;