Skip to content

A JavaScript library that lets you click with your keyboard

License

Notifications You must be signed in to change notification settings

alexherbo2/hint.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hint.js

A JavaScript library that lets you click with your keyboard.

A live demo can be found in Krabby.

Installation

Add hint.js to your project.

Usage

A minimal example to get started:

const hint = new Hint
hint.on('validate', (target) => target.focus())
hint.start()

You can find some examples in Krabby.

Read the documentation for a complete reference.

About

A JavaScript library that lets you click with your keyboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published