unsplash-js
Advanced tools
Changelog
6.3.0
photos.downloadPhoto
in favor of photos.trackDownload
to better clarify method usage. downloadPhoto
will continue to be supported until version 7.0.Changelog
6.2.0
unsplash.search.photos('nature', 1, 10, { lang: 'en' });
unsplash.search.photos('nature', 1, 10, {
orientation: 'landscape',
color: 'green', // new
orderBy: 'relevant', // new
});
unsplash.search.photos('nature', 1, 10, { contentFilter: 'high' });