UNPKG

nuxt-og-image

Version:

Enlightened OG Image generation for Nuxt.

3 lines (2 loc) 147 B
import type { OgImageRenderEventContext } from '../../../types.js'; export declare function html(ctx: OgImageRenderEventContext): Promise<string>;