文件名称:js-lanyard:用于挂绳的纯 JavaScript 库
文件大小:3KB
文件格式:ZIP
更新时间:2024-08-24 04:20:34
JavaScript
JS-挂绳 在您的 Web 应用程序中使用挂绳。 -创建者 CDN 呼叫您的页面( https://cdn.jsdelivr.net/gh/xaronnn/js-lanyard/lanyard.js ) 用法 不使用 websocket 使用: // rest with single user example lanyard ( { userId : "213325478096797697" , } ) . then ( console . log ) // presenceData // rest with multiple users example lanyard ( { userId : [ "213325478096797697" , "331846231514939392" ] , } ) . then ( console . log ) // pre
【文件预览】:
js-lanyard-main
----example.html(1KB)
----LICENSE(1KB)
----lanyard.js(2KB)
----README.md(1KB)