intoli / user-agents

A JavaScript library for generating random user agents with data that's updated daily.
Other
981 stars 51 forks source link

UserAgent is not defined #20

Closed sbr2567 closed 3 years ago

sbr2567 commented 4 years ago

Just installed user-agents. Pasted in the basic example, and const userAgent = new UserAgent(); returns ReferenceError: UserAgent is not defined

I logged the variable which required user-agents and the package exists and is installed correctly. I'd hope this is an issue on my end because this seems like a promising package.

Thanks.