add object visualzation to playground

This commit is contained in:
lxsang
2019-05-06 16:08:46 +02:00
parent d04fc7a2af
commit ad1019391a
11 changed files with 453 additions and 24 deletions

View File

@ -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) {