UNPKG

og-images-generator

Version:

Generate OG images from a static folder and / or a middleware. Extract metadata from HTML pages. No headless browser involved. Comes as a CLI, API or plugins.

5 lines 327 B
import type { ViteDevServer, PluginOption } from 'vite'; import type { PathsOptions } from '../collect.js'; export declare const applyViteDevServerMiddleware: (server: ViteDevServer) => Promise<void>; export declare function viteOgImagesGenerator(options?: PathsOptions): PluginOption; //# sourceMappingURL=vite-plugin.d.ts.map