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.

7 lines 311 B
/** * @param {import("../collect").PathsOptions} [options] * @returns {any} */ export function viteOgImagesGenerator(options?: import("../collect").PathsOptions): any; export function applyViteDevServerMiddleware(server: import("vite").ViteDevServer): Promise<void>; //# sourceMappingURL=vite-plugin.d.ts.map