tinykeys:一个很小的(〜400 B)的现代库,用于绑定

时间:2024-04-06 07:58:15
【文件属性】:

文件名称:tinykeys:一个很小的(〜400 B)的现代库,用于绑定

文件大小:147KB

文件格式:ZIP

更新时间:2024-04-06 07:58:15

TypeScript

tinykeys 一个很小的(〜400 B)的现代库,用于绑定。 安装 npm install --save tinykeys 或对于CDN版本,可以在上使用它 用法 import tinykeys from "tinykeys" // Or `window.tinykeys` using the CDN version tinykeys ( window , { "Shift+D" : ( ) => { alert ( "The 'Shift' and 'd' keys were pressed at the same time" ) } , "y e e t" : ( ) => { alert ( "The keys 'y', 'e', 'e', and 't' were pressed in order" ) } , "$mod+KeyD" :


【文件预览】:
tinykeys-main
----.eslintrc.json(434B)
----.github()
--------dependabot.yml(211B)
--------workflows()
----.prettierignore(125B)
----src()
--------tinykeys.ts(4KB)
----.prettierrc.json(224B)
----example()
--------index.html(3KB)
--------index.tsx(322B)
----tsconfig.json(6KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(79B)
----.eslintignore(144B)
----tsconfig.eslint.json(99B)
----package-lock.json(556KB)
----package.json(2KB)

网友评论