react-overwolf-hooks
v1.1.8
Published
## Install ```bash npm install --save react-overwolf-hooks ``` ## Examples
Downloads
4
Readme
react-overwolf-hooks
Install
npm install --save react-overwolf-hooks
Examples
Fetching Launcher Events
const event = useLauncherEvents(LauncherID.LEAGUE_OF_LEGENDS, [
'lcu_info',
'game_flow',
'summoner_info',
'end_game',
]);
Encryption
const { encrypt } = useCryptography();
const encryptedStr = usePromise(encrypt("text_to_encrypt"));
Progress
- [ ] benchmarking
- [x] campaigns
- [x] cryptography
- [x] extensions
- [x] games
- [x] io
- [ ] logitech
- [ ] media
- [ ] notifications
- [x] os
- [ ] profile
- [ ] settings
- [ ] social
- [ ] streaming
- [ ] tobii
- [ ] utils
- [ ] web
- [ ] windows