|
26 | 26 | <a href="https://snyk.io/test/npm/pointeract"> |
27 | 27 | <img src="https://img.shields.io/badge/Snyk%20Security-Monitored-333333?logo=snyk&style=flat&labelColor=8A2BE2&logoColor=white" alt="library security" /> |
28 | 28 | </a> |
29 | | - <a href="https://bundlephobia.com/package/pointeract"> |
| 29 | + <a href="https://bundlejs.com/?q=pointeract%40latest"> |
30 | 30 | <img src="https://img.shields.io/bundlejs/size/pointeract?format=minzip&style=flat&logo=webpack&logoColor=white&label=Minzipped%20Size&labelColor=orange&color=333333" alt="package size" /> |
31 | 31 | </a> |
32 | 32 | <img src="https://img.shields.io/badge/Types-Strict-333333?logo=typescript&labelColor=blue&logoColor=white" alt="Typescript" /> |
33 | 33 | <img src="https://img.shields.io/badge/%F0%9F%96%90%EF%B8%8F%20Made%20by-Humans-333333?labelColor=25C260" alt="Made by Humans" /> |
34 | 34 | </p> |
35 | 35 |
|
| 36 | +<p align="center"> |
| 37 | + <a href="https://github.com/hesprs/synthkernel"> |
| 38 | + <img src="https://github.com/hesprs/synthkernel/raw/refs/heads/main/assets/powered-by-synthkernel.svg" width="200px"></img> |
| 39 | + </a> |
| 40 | +</p> |
| 41 | + |
36 | 42 | <p align="center"> |
37 | 43 | <a href="https://pointeract.consensia.cc/playground"> |
38 | 44 | <strong>Demo</strong> |
@@ -118,15 +124,15 @@ Missing your desired interaction? [Write your own module](https://pointeract.con |
118 | 124 |
|
119 | 125 | There're already plenty of interaction libraries out there, most famous ones are `Interact.js` and `Hammer.js`, but Pointeract is different. |
120 | 126 |
|
121 | | -| Criteria | Pointeract | [Hammer.js](https://hammerjs.github.io) | [Interact.js](https://interactjs.io) | |
122 | | -| :--------------------------------------------------------------------------------------- | :---------------------------------------------------: | :----------------------------------------------: | :-------------------------------------------------: | |
123 | | -| Written in TypeScript? | β
| β | β
| |
124 | | -| Tree-shakeable? | [β
](https://bundlephobia.com/package/pointeract) | [β](https://bundlephobia.com/package/hammerjs) | [β](https://bundlephobia.com/package/interactjs) | |
125 | | -| Total Bundle Size (Minified + Gzipped) | π [3KB](https://bundlephobia.com/package/pointeract) | [7KB](https://bundlephobia.com/package/hammerjs) | [28KB](https://bundlephobia.com/package/interactjs) | |
126 | | -| Last Updated | π Actively Maintained | 2015 | 2023 | |
127 | | -| Features | Pointer and Wheel Related + Some Utils | Pointer Related | π Pointer and Wheel Related + Comprehensive Utils | |
128 | | -| Robust? (See [Testing](https://pointeract.consensia.cc/development/testing#monkey-test)) | β
| β Element Jerks | β Element Ignores the Second Touch | |
129 | | -| Extensible? | β
| β | β | |
| 127 | +| Criteria | Pointeract | [Hammer.js](https://hammerjs.github.io) | [Interact.js](https://interactjs.io) | |
| 128 | +| :--------------------------------------------------------------------------------------- | :---------------------------------------------------: | :---------------------------------------------: | :--------------------------------------------------: | |
| 129 | +| Written in TypeScript? | β
| β | β
| |
| 130 | +| Tree-shakeable? | β
| β | β | |
| 131 | +| Total Bundle Size (Minified + Gzipped) | π [3KB](https://bundlejs.com/?q=pointeract%40latest) | [7KB](https://bundlejs.com/?q=hammerjs%402.0.8) | [28KB](https://bundlejs.com/?q=interactjs%401.10.27) | |
| 132 | +| Last Updated | π Actively Maintained | 2015 | 2023 | |
| 133 | +| Features | Pointer and Wheel Related + Some Utils | Pointer Related | π Pointer and Wheel Related + Comprehensive Utils | |
| 134 | +| Robust? (See [Testing](https://pointeract.consensia.cc/development/testing#monkey-test)) | β
| β Element Jerks | β Element Ignores the Second Touch | |
| 135 | +| Extensible? | β
| β | β | |
130 | 136 |
|
131 | 137 | ## Get Involved |
132 | 138 |
|
|
0 commit comments