1.1.3 • Published 3 years ago

@shiyanlou/guacamole-client v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@shiyanlou/guacamole-client

安装

$ npm install @shiyanlou/guacamole-client --save

使用

import GuacamoleCreator from '@shiyanlou/guacamole-client'

// 获取连接环境所需数据
const el = document.getElementById('display')
const tunnelUrl = 'tunnel url'
const token = 'guacamole token'

// 连接环境
const guac = new GuacamoleCreator(tunnelUrl)
guac.connect(el, token)

// 断开连接
guac.disconnect()

// 重新连接
guac.reconnect()

更多实例方法请查看源码。

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago