We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79be29b commit 7a8d1b7Copy full SHA for 7a8d1b7
README.md
@@ -12,14 +12,18 @@ sized alphabet based on the actual contents of the string.
12
13

14
15
+### Demo
16
+
17
+A [simple password strength meter](https://mvhenten.github.io/string-entropy/) that updates as you type.
18
19
### Documentation
20
21
See the annotated sources [src/index.ts](src/index.ts).
22
23
### Example
24
25
```javascript
-var entropy = require('string-entropy');
26
+const { entropy } = require('string-entropy');
27
28
console.log(entropy('correct horse battery staple'));
29
// outputs 132
0 commit comments