tasko/lib/unsplash.ts
2024-02-17 14:58:23 -05:00

6 lines
145 B
TypeScript

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