mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
add object visualzation to playground
This commit is contained in:
@ -181,7 +181,7 @@
|
||||
this.container = this.find("container");
|
||||
this.client = new WVNC({
|
||||
element: me.canvas,
|
||||
ws: 'wss://lxsang.me/wvnc',
|
||||
ws: 'wss://localhost:9192/wvnc',
|
||||
worker: `${me._api.handler.get}/${(me.meta().path)}/decoder.js`
|
||||
});
|
||||
this.client.onerror = function(m) {
|
||||
|
Reference in New Issue
Block a user