@zolaha/react-noto-animated-emoji 2.2.2 → 2.2.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 +8 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,14 +4,17 @@ Beautiful animated emojis for your React apps. Great for chats, blogs, and websi
4
4
 
5
5
  [![NPM Version](https://img.shields.io/npm/v/@zolaha/react-noto-animated-emoji.svg)](https://www.npmjs.com/package/@zolaha/react-noto-animated-emoji)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![Playground](https://img.shields.io/badge/Playground-Live%20Demo-brightgreen)](https://animated-emoji-package-documentatio.vercel.app/)
8
+
9
+ <a href="https://animated-emoji-package-documentatio.vercel.app/" target="_blank"><strong>Interactive Playground & Documentation</strong></a>
7
10
 
8
11
  ## Features
9
12
 
10
- - **🚀 Nice Animations**: Uses Google Noto Animated Emojis.
11
- - **📦 Small & Fast**: Doesn't make your app slow. Emojis load from the web when needed.
12
- - **💾 Fast Loading**: Remembers emojis so it doesn't download the same thing twice.
13
- - **🎨 Easy Controls**: Change speed, loop behavior, or play on hover.
14
- - **🛠️ Ready-to-use Picker**: Comes with a built-in emoji list and search.
13
+ - **Nice Animations**: Uses Google Noto Animated Emojis.
14
+ - **Small & Fast**: Doesn't make your app slow. Emojis load from the web when needed.
15
+ - **Fast Loading**: Remembers emojis so it doesn't download the same thing twice.
16
+ - **Easy Controls**: Change speed, loop behavior, or play on hover.
17
+ - **Ready-to-use Picker**: Comes with a built-in emoji list and search.
15
18
 
16
19
  ## Installation
17
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zolaha/react-noto-animated-emoji",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "High-quality animated emojis for React using Google Noto animations and Lottie.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",
@@ -21,7 +21,7 @@
21
21
  "noto",
22
22
  "google"
23
23
  ],
24
- "author": "",
24
+ "author": "Rishi Ratan Mishra",
25
25
  "license": "MIT",
26
26
  "peerDependencies": {
27
27
  "react": "^18.0.0 || ^19.0.0",