We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dbba2 commit 753a2d1Copy full SHA for 753a2d1
docs/README.md
@@ -1,6 +1,6 @@
1
<h1>Navigation</h1>
2
3
-- [Quick start](/)
+- [Quick start](#quick-start)
4
- [Usage](usage.md)
5
- [Why this package](comparison.md)
6
- [API](api.md)
package.json
@@ -14,9 +14,13 @@
14
"url": "https://github.com/artelydev/use-listen-on-animation-frame/issues"
15
},
16
"keywords": [
17
- "animation frame listener",
+ "useanimationframe",
18
"track function on every animation frame",
19
- "interval listen function"
+ "interval listen function",
20
+ "use animation frame",
21
+ "use animationframe",
22
+ "useAnimationFrame",
23
+ "useanimationframe"
24
],
25
"main": "./dist/index.js",
26
"module": "./dist/index.mjs",
0 commit comments