1.1.3 • Published 4 years ago

@shiyanlou/guacamole-client v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago