# AlloyFinger **Repository Path**: mirrors_singod/AlloyFinger ## Basic Information - **Project Name**: AlloyFinger - **Description**: super tiny size multi-touch gestures library for the web.    You can touch this → - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![preview](http://alloyteam.github.io/AlloyFinger/alloyfinger.png) # Install You can install it via npm: ```html npm install alloyfinger ``` # Usage ```js new AlloyFinger(element, { touchStart: function () { }, touchMove: function () { }, touchEnd: function () { }, touchCancel: function () { }, multipointStart: function () { }, multipointEnd: function () { }, tap: function () { }, doubleTap: function () { }, longTap: function () { }, singleTap: function () { }, rotate: function (evt) { console.log(evt.angle); }, pinch: function (evt) { console.log(evt.scale); }, pressMove: function (evt) { console.log(evt.deltaX); console.log(evt.deltaY); }, swipe: function (evt) { console.log("swipe" + evt.direction); } }); ``` ### React Version: ```js render() { return (
the element that you want to bind event
); } ``` # Who is using AlloyFinger? ![preview](http://sqimg.qq.com/qq_product_operations/im/qqlogo/imlogo.png) # License This content is released under the [MIT](http://opensource.org/licenses/MIT) License.