@rune-ascii/animations 0.1.3 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/aitBot.rune.json +1 -0
- package/aitBot.s.rune.json +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ import { Rune } from "rune-ascii";
|
|
|
17
17
|
The `rune-ascii` component constructs a CDN URL like:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
https://cdn.jsdelivr.net/npm/@rune-ascii/animations@0.1.
|
|
20
|
+
https://cdn.jsdelivr.net/npm/@rune-ascii/animations@0.1.4/ghost.rune.json
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
...and fetches just that one animation. The browser caches it. You only download the animations you actually use.
|
|
@@ -46,8 +46,9 @@ https://cdn.jsdelivr.net/npm/@rune-ascii/animations@0.1.2/ghost.rune.json
|
|
|
46
46
|
| `sleepEmoji` | Sleep emoji |
|
|
47
47
|
| `angryEmoji` | Angry emoji |
|
|
48
48
|
| `geekedEmoji` | Geeked emoji |
|
|
49
|
+
| `aitBot` | AI robot |
|
|
49
50
|
|
|
50
|
-
Each animation is available in two sizes: `"m"` (90 columns, default) and `"s"` (
|
|
51
|
+
Each animation is available in two sizes: `"m"` (90 columns, default) and `"s"` (50 columns).
|
|
51
52
|
|
|
52
53
|
## Creating your own animations
|
|
53
54
|
|