0.9.0 • Published 10 months ago

@julianjark/notion-image v0.9.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Notion image utility

This package provides a utility to download images from Notion pages.

Example

export const imageUrlBuilder = createImageUrlBuilder("/api/notion-image");

export const loader = async ({ request }: { request: Request }) => {
  return getNotionImage("YOUR NOTION TOKEN")(
    Object.fromEntries(new URL(request.url).searchParams)
  );
};
0.9.0

10 months ago

0.8.0

11 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.0

12 months ago

0.4.0

12 months ago