You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
</div>
4
4
5
5
<palign="center">
6
-
A lightweight React hook for analyzing text and providing various statistics such as word count, character count, search frequency, and more.
6
+
A lightweight React hook for analyzing text and providing various statistics such as estimated reading time, search frequency, word count, and more.
7
7
</p>
8
8
9
9
<divalign="center">
@@ -31,7 +31,9 @@ yarn add use-text-analyzer
31
31
32
32
-**Lightweight 🪶:** Less than 1KB in size, making it lightweight and efficient.
33
33
-**TypeScript Support 🇹🇸:** Works seamlessly with both JavaScript and TypeScript projects.
34
-
-**Efficient Algorithms ⚡:** Utilizes efficient algorithms for finding the most and least frequent words/characters.
34
+
-**Advanced Reading Time Estimation 🕒:** Provides detailed reading time estimates in minutes and seconds, along with a human-readable format for immediate use in interfaces.
35
+
-**Efficient Algorithms ⚡:** Utilizes efficient algorithms for finding the most and least frequent words/
36
+
characters.
35
37
36
38
## Usage 📝
37
39
@@ -60,14 +62,18 @@ function TextAnalyzerExample() {
0 commit comments