1.1.8 • Published 2 years ago

react-overwolf-hooks v1.1.8

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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.7

2 years ago

1.1.5

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago