UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

10 lines (9 loc) 265 B
/** * Attempts to guess the .code value corresponding to the given key. * * Use this to facilitate testing. * * If no matching keycode is found, returns `key`. */ declare const guessKeyCodeFromKey: (key: string) => string; export default guessKeyCodeFromKey;