diff --git a/src/lib/index.ts b/src/lib/index.ts index 8d574f9..b9075f9 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -76,4 +76,4 @@ type ImageOptions = { type ImageResponseType = typeof ImageResponse; -export { componentToImageResponse, ImageResponse, toReactElement, satori, type ImageResponseType }; +export { componentToImageResponse, ImageResponse, toReactElement, type ImageResponseType };