animaps-react 0.1.0 → 0.1.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 +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  makes animated travel route videos on a map. type in some cities, pick a marker, hit record and you get an mp4 or webm back. good for reels, trip recaps, that kind of thing.
4
4
 
5
+ **live demo: https://feralui.vercel.app/#/animaps**
6
+
5
7
  it's a single react component, maplibre does the map under the hood.
6
8
 
7
9
  ## install
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "animaps-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "animated travel route maps for react",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "mortspace",
8
- "homepage": "https://github.com/mortspace/animaps",
8
+ "homepage": "https://feralui.vercel.app/#/animaps",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/mortspace/animaps.git"