We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 022d2fc + db42535 commit f3a6b1bCopy full SHA for f3a6b1b
js/index.js
@@ -7,7 +7,7 @@ import "reset-css";
7
import "./index.css";
8
9
// RFB holds the API to connect and communicate with a VNC server
10
-import RFB from "@novnc/novnc/core/rfb";
+import RFB from "@novnc/novnc/lib/rfb";
11
12
import { setupClipboard } from "./clipboard.js";
13
package.json
@@ -1,7 +1,7 @@
1
{
2
"dependencies": {
3
"@floating-ui/dom": "^1.6.1",
4
- "@novnc/novnc": "~1.4.0",
+ "@novnc/novnc": "^1.5.0",
5
"reset-css": "^5.0.2"
6
},
"scripts": {
0 commit comments