UNPKG

x-satori

Version:

use Vue or Astro file to generate SVG image using Satori

8 lines (5 loc) 261 B
import { SatoriOptions } from './index.js'; export { defineSatoriConfig } from './index.js'; import 'satori'; declare function satoriVue(opts: SatoriOptions, vueTemplateStr: string): Promise<string>; export { SatoriOptions, satoriVue as default, satoriVue };