InitKeybind
Init keybind library in a given target.
Parameters
Name | Type | Mandatory | Default |
---|---|---|---|
target | HTMLElement | true | - |
Returns
void
Usage
ts
import { initKeybind } from "keybind";
initKeybind(document.body);