0.2.4 • Published 4 years ago

a11y-backpack v0.2.4

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Coverage Status

A11y Backpack is a service designed to improve accessibility on your website. Easily allow the user to navigate and read content using keyboard and voice commands.

Example

  a11yBackpack.setStartListeningKey('l');

  a11yBackpack.setReadOnElementCommand({ id: 'main-text', commandKey: 'c', voiceWord: 'content' });

  a11yBackpack.setClickOnElementCommand({ id: 'menu-home-link', commandKey: 'h', voiceWord: 'home' });

a11yBackpack.setStartListeningKey('l'): Starts recognizing voice commands when the l key is pressed.

a11yBackpack.setReadOnElementCommand({ id: 'main-text', commandKey: 'c', voiceWord: 'content' }): Reads the content of element with id main-text when the key c is pressed or when the user says content.

a11yBackpack.setClickOnElementCommand({ id: 'menu-home-link', commandKey: 'h', voiceWord: 'home' }): Clicks the element with id menu-home-link when the key h is pressed or when the user says home.

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago