tasko/lib/unsplash.ts

6 lines
156 B
TypeScript
Raw Normal View History

2024-02-15 02:30:10 +00:00
import { createApi } from "unsplash-js";
export const unsplash = createApi({
accessKey: process.env.NEXT_PUBLIC_UNSPLASH_ACCESS_KEY!,
fetch: fetch,
});