Keystrokes as an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.
Thanks for reporting this. I went through and reviewed the exports. Pretty much everything that could be useful should be exported now as of v1.3.1. Sorry for the inconvenience.
Describe the bug
The
Keystrokes
class is no longer exported in theindex.ts
file, preventing the creation of custom instances.Additional context
I assume this was unintentional since it's still being referenced in the docs.