From 2c3f63bfd5e2af7f031fb5642f6e2341b08ee9d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?He=CC=84sperus?=
+
+
+
-
+
@@ -121,9 +124,31 @@ Those interactions are shipped via modules, which can be composed from a single Missing your desired interaction? [Write your own module](https://pointeract.consensia.cc/development/custom-modules)! +## It's the Age of Agents + +Copy and paste the following prompt to OpenCode, Claude Code, Cursor or even a chat bot, replace the placeholder to your task, let it handle everything for you: + +```markdown +I'm using `pointeract`, a library to detect user gestures, which can be considered as a modern alternative to Hammer.js. Read the documentation and help me with my requirements. + +**"Get Started" Page in Documentation Website**: https://pointeract.consensia.cc/get-started (fetch more internal links when needed) + +**Requirements**: + + +``` + +JSON Canvas Viewer is also available on [Context7](https://context7.com/hesprs/pointeract) with an exceptionally high score of **94**. If you're using it, you can skip the above prompt and simply ask the agent: + +```markdown +Query `pointeract` on Context7. +``` + +Or don't care about this at all, the agents are smart enough to search on Context7 themselves. + ## How Pointeract Stands Out? -There're already plenty of interaction libraries out there, most famous ones are `d3-drag` + `d3-zoom`, `Interact.js` and `Hammer.js`, but Pointeract is different. +There're already plenty of interaction libraries out there, most famous ones are `D3 Drag` + `D3 Zoom`, `Interact.js` and `Hammer.js`, but Pointeract is different. | Criteria | Pointeract | [D3 Drag](https://github.com/d3/d3-drag) + [D3 Zoom](https://github.com/d3/d3-zoom) | [Hammer.js](https://hammerjs.github.io) | [Interact.js](https://interactjs.io) | | :--------------------------------------------------------------------------------------------- | :---------------------------------------------------: | :---------------------------------------------------------------------------------: | :---------------------------------------------: | :--------------------------------------------------: |