Import SDK
Compatibility Notes
Chrome | Firefox | Safari | IE | Edge | QQ Browser | WeChat Browser | Android |
---|---|---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | 10+ | ✔️ | ✔️ | ✔️ | 4.4+ |
Import SDK
Note
IMLib provides friendly TypeScript support for TypeScript users. It is recommended that developers use TypeScript for business development to improve code robustness and maintainability.
NPM Installation (Recommended)
-
Dependency Installation
Note
Tip: The
@rongcloud/engine
package provides capability support forimlib-next
. Developers do not need to understand its function, just ensure its version is consistent withimlib-next
.# Install the latest version of IM 5.0
npm install @rongcloud/engine@latest @rongcloud/imlib-next@latest -S -
Code Integration
// CMD
const RongIMLib = require('@rongcloud/imlib-next')
// ES
import * as RongIMLib from '@rongcloud/imlib-next'
CDN Link Integration
<script src="https://cdn.ronghub.com/RongIMLib-5.9.5.prod.js"></script>