invadrs 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  Deterministic space-invaders-style pixel avatars from any string. Zero
4
4
  dependencies. Same id in, same avatar out, forever.
5
5
 
6
+ **[🕹 Live demo & Storybook →](https://invadrs.pages.dev)**
7
+
6
8
  ![invadrs sample avatars — the invadr() and spawn() primitives, shown across every built-in palette](assets/preview.png)
7
9
 
8
10
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "invadrs",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Deterministic space-invaders-style pixel avatars from any string.",
5
5
  "type": "module",
6
6
  "license": "MIT",