@bite-ninja/rustdesk-client-web
v0.2.8
Published
This is a reimplementation of the Rustdesk client designed to be embeddable into existing applications.
Readme
Rustdesk Web Client
This is a reimplementation of the Rustdesk client designed to be embeddable into existing applications.
Usage
To use, add a canvas to the DOM and pass a reference to it when opening a connection.
const connection = await connect({
host: "",
key: "",
remoteId: "",
remotePassword: "",
canvas,
});Development
- Add a
.envfile with the appropriate values. - Run the
devscript.
