UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

7 lines (6 loc) 288 B
import { getSDK } from "@openim/wasm-client-sdk"; export const DChatSDK = getSDK({ coreWasmPath: typeof window !== "undefined" ? (window.localStorage.getItem("coreWasmPath") || '') : undefined, sqlWasmPath: "/sql-wasm.wasm", debug: process.env.NODE_ENV === "development", });