@aarsteinmedia/dotlottie-player 2.0.2 → 2.0.3

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 +3 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,12 +1,10 @@
1
- # AM LottiePlayer Web Component
1
+ # AM LottiePlayer
2
2
 
3
3
  ![Awesome Vector Animations](/.github/readmeBanner.svg)
4
4
 
5
- The most versatile and efficient Lottie Player Web Component!
5
+ We proudly claim this to be the most versatile, lightweight and efficient Lottie Player Web Component available. It's built with Lit, compiled with Rust, compatible with server side rendering – and like any good web component it's framework agnostic.
6
6
 
7
- The component is built with Lit and compiled with Rust. It's compatible with server side rendering, and like any good web component it's framework agnostic.
8
-
9
- If you only need to render animations as SVG we've made light version: [@aarsteinmedia/dotlottie-player-light](https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player-light).
7
+ PS: If you only need to render animations as SVG, and don't need to convert or combine animations on the fly, we've made light version: [@aarsteinmedia/dotlottie-player-light](https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player-light).
10
8
 
11
9
  ## Demo
12
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarsteinmedia/dotlottie-player",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Web Component for playing Lottie animations in your web app. Previously @johanaarstein/dotlottie-player",
5
5
  "exports": {
6
6
  ".": {
@@ -17,10 +17,10 @@
17
17
  "type": "module",
18
18
  "homepage": "https://www.aarstein.media/en/dev/dotlottie-player",
19
19
  "repository": {
20
- "url": "https://github.com/johanaarstein/dotlottie-player.git",
20
+ "url": "https://github.com/aarsteinmedia/dotlottie-player.git",
21
21
  "type": "git"
22
22
  },
23
- "bugs": "https://github.com/johanaarstein/dotlottie-player/issues",
23
+ "bugs": "https://github.com/aarsteinmedia/dotlottie-player/issues",
24
24
  "author": {
25
25
  "name": "Johan Martin Aarstein",
26
26
  "email": "johan@aarstein.media",