@yeonseong/magic-loading 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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ Turn boring loading spinners into unique fantasy magic circles.
4
4
 
5
5
  Each text string deterministically generates a distinct magic circle with runes, alchemical symbols, concentric rings, and polygons — all rendered as resolution-independent SVG.
6
6
 
7
+ [Live Demo](https://yeonseong-lee.github.io/magic-loading/)
8
+
9
+ ![magic-loading preview](demo/preview.gif)
10
+
7
11
  ## Features
8
12
 
9
13
  - **Deterministic** — same text always produces the same magic circle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeonseong/magic-loading",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Transform boring loading spinners into unique fantasy magic circles generated from text",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",