We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3c2e9 commit 0ad4c0eCopy full SHA for 0ad4c0e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@camwiegert/typical",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Animated typing in ~400 bytes",
5
"scripts": {
6
"test": "node -r esm test"
readme.md
@@ -4,6 +4,7 @@
- **Zero dependencies**
- **MIT licensed** [→](https://github.com/camwiegert/typical/tree/master/LICENSE)
7
+- **Emoji support**
8
- **Smart delete:** only delete what needs deleting
9
- **Pausing:** pause between steps
10
- **Looping:** easily loop from any point
0 commit comments