tasko/lib/unsplash.ts
2024-02-14 21:30:10 -05:00

6 lines
No EOL
156 B
TypeScript

import { createApi } from "unsplash-js";
export const unsplash = createApi({
accessKey: process.env.NEXT_PUBLIC_UNSPLASH_ACCESS_KEY!,
fetch: fetch,
});