Effect wrapper for Matrix client to send messages to matrix rooms.
deno add jsr:@wogo/matrix-client
It is recommended to also install Effect
deno add npm:effect@3.12.10
Add Package
deno add jsr:@wogo/matrix-client
Import symbol
import * as matrix_client from "@wogo/matrix-client";
Import directly with a jsr specifier
import * as matrix_client from "jsr:@wogo/matrix-client";
Add Package
bunx jsr add @wogo/matrix-client
Import symbol
import * as matrix_client from "@wogo/matrix-client";