Install JavaScript SDK
The Amity Social Cloud SDK for JavaScript is delivered as an npm module.
Last updated
Was this helpful?
The Amity Social Cloud SDK for JavaScript is delivered as an npm module.
Last updated
Was this helpful?
Add the SDK to your repository via npm: npm install @amityco/js-sdk --save
.
Installing the SDK requires you to use a javascript package manager such as
npm
oryarn
. If your current build system does not use package managers, please contact us at .
If you already installed our SDK with the name
eko-sdk
, be sure to check our .
Chrome: 38+
Firefox: 42+
Microsoft Edge: 13+
Safari: 9+
Opera: 25+
Amity Web SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of major browsers listed above.
Since Amity Web SDK uses local cache for performance and user experience reason, server side rendering is not supported. To use Amity Web SDK with NextJS, Amity Web SDK must be imported using .
AmitySDK already includes our UIKit. Don’t install the UIKit separately if you have already installed the SDK.