From c1790af4044c7593ff00eb144aa8e867e9c30807 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Sun, 23 Jun 2024 02:31:49 -0400 Subject: [PATCH] change group api fix; improved enumerate messaging fix --- draw.html | 125 ++++++++++ index.html | 32 ++- lib.js | 541 ++++++++++++++++++++++------------------ main.js | 43 +++- media/icon_gradient.png | Bin 0 -> 50227 bytes media/icon_gradient.svg | 135 ++++++++++ translations/cn.json | 2 +- translations/fr.json | 4 +- translations/ru.json | 2 +- webrtc.js | 2 +- 10 files changed, 627 insertions(+), 259 deletions(-) create mode 100644 draw.html create mode 100644 media/icon_gradient.png create mode 100644 media/icon_gradient.svg diff --git a/draw.html b/draw.html new file mode 100644 index 0000000..a7d709d --- /dev/null +++ b/draw.html @@ -0,0 +1,125 @@ + + + + + + Screen Drawing + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index b73027a..610d1e7 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ - +