1.1.8 • Published 3 years ago

react-overwolf-hooks v1.1.8

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

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
  • campaigns
  • cryptography
  • extensions
  • games
  • io
  • logitech
  • media
  • notifications
  • os
  • profile
  • settings
  • social
  • streaming
  • tobii
  • utils
  • web
  • windows
1.1.8

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.9

3 years ago

1.1.7

3 years ago

1.1.5

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago