文件名称:lcu-connector:for为您的应用简化的LCU集成
文件大小:90KB
文件格式:ZIP
更新时间:2024-05-19 22:00:16
JavaScript
lcu连接器 为您的应用程序简化了LCU集成。 该连接器自动检索启动新的League of Legends客户端时启动的API的凭据。 要了解有关新客户如何工作的更多信息,请查看 有关LCU API文档,请查看 下载 可通过以下方式安装lcu-connector: git clone https://github.com/Pupix/lcu-connector.git : yarn add lcu-connector : npm install lcu-connector 使用范例 const LCUConnector = require ( 'lcu-connector' ) ; const connector = new LCUConnector ( ) ; connector . on ( 'connect' , ( data ) => { console .
【文件预览】:
lcu-connector-master
----.gitignore(67B)
----README.md(2KB)
----examples()
--------index.js(362B)
----.yarnrc(34B)
----.gitattributes(52B)
----package.json(1KB)
----types.d.ts(543B)
----index.js(35B)
----LICENSE.md(1KB)
----.eslintignore(32B)
----.editorconfig(342B)
----yarn.lock(101KB)
----lib()
--------index.js(4KB)
----.eslintrc.json(2KB)
----.npmrc(18B)
----package-lock.json(236KB)