UNPKG

nuxt-og-image

Version:

Enlightened OG Image generation for Nuxt.

6 lines (5 loc) 458 B
import type { NuxtSSRContext } from 'nuxt/app'; import type { OgImageOptions, OgImagePrebuilt } from '../types.js'; export declare function setHeadOgImagePrebuilt(input: OgImagePrebuilt): void; export declare function createOgImageMeta(src: string, input: OgImageOptions | OgImagePrebuilt, ssrContext: NuxtSSRContext): void; export declare function resolveComponentName(component: OgImageOptions['component'], fallback: string): OgImageOptions['component'];