UNPKG

unsplash-js

Version:

Official JavaScript wrapper for the Unsplash API

9 lines (7 loc) 339 B
import * as collections from './methods/collections'; import * as photos from './methods/photos'; import * as search from './methods/search'; import * as topics from './methods/topics'; import * as users from './methods/users'; export { trackNonHotLinkedPhotoView } from './beacon'; export { collections, photos, search, users, topics };