istouch:使用JS检测启用触摸的设备

时间:2024-04-28 20:59:10
【文件属性】:

文件名称:istouch:使用JS检测启用触摸的设备

文件大小:61KB

文件格式:ZIP

更新时间:2024-04-28 20:59:10

touch device-detector detect-touch JavaScript

isTouch 使用JS检测启用触摸的设备 安装 npm i @three11/istouch 或者 yarn add @three11/istouch 或者 只需下载此存储库并链接位于dist文件夹中的文件: < script src =" path-to-istouch/dist/istouch.min.js " > </ script > 或者 包含在Unpkg CDN中 < script src =" //unpkg.com/@three11/istouch/dist/istouch.min.js " > </ script > 用法 import { setTouchClass } from '@three11/istouch' ; setTouchClass ( ) ; 或者,您可以只检查您使用的设备是否支持触摸功能: import isTouch from '@


【文件预览】:
istouch-master
----.gitattributes(3KB)
----.github()
--------workflows()
----yarn.lock(151KB)
----.prettierignore(13B)
----src()
--------istouch.js(478B)
----.babelrc(521B)
----.npmignore(379B)
----demo()
--------index.html(363B)
----.travis.yml(98B)
----LICENSE(1KB)
----.prettierrc(252B)
----README.md(2KB)
----dist()
--------istouch.min.js(742B)
--------istouch.js(1KB)
----renovate.json(347B)
----.editorconfig(260B)
----.gitignore(183B)
----.whitesource(138B)
----package.json(2KB)

网友评论