unsplash / unsplash-js

🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.15k stars 157 forks source link

Hey could you please add the changes #157

Closed icsvishalmalji closed 3 years ago

icsvishalmalji commented 3 years ago

Steps to Reproduce

-

Observed Behaviour

const unsplash = createApi({ }) doesn't work.

Image or video please.

Expected Behaviour

Technical Notes

-

OliverJAsh commented 3 years ago

@icsvishalmalji Please can you show us how you're importing createApi? You should be doing this:

import { createApi } from 'unsplash-js';

or

const { createApi } = require('unsplash-js');
icsvishalmalji commented 3 years ago

@icsvishalmalji Please can you show us how you're importing createApi? You should be doing this:

import { createApi } from 'unsplash-js';

or

const { createApi } = require('unsplash-js');