@cyxth/colab-wasm
v0.0.1-beta.0
Published
fast and scalable realtime collaboration apis
Downloads
2
Readme
colab-wasm
colab wasm module for @cyxth/colab
package.
how to use
locally add the colab.wasm file to your static folder and reference it
//...
const colab = await cyxth.colab("colab.wasm");
//...
or use it from a cdn
const wasmUrl = "https://cdn.cyxth.com/[email protected]";
const colab = await cyxth.colab(wasmUrl);
note: ensure colab version match with colab-wasm
read more
cyxth docs