UNPKG

astro-takumi

Version:

Generate Open Graph images for your Astro site using Takumi.

8 lines (5 loc) 191 B
import { astroTakumi } from "./integration.js"; export * from "./presets/index.js"; export * from "./types.js"; export { getImagePath } from "./util.js"; export default astroTakumi;