react-lite-rich-text-editor 1.1.2 → 1.1.4

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.
package/README.md CHANGED
@@ -1,18 +1,35 @@
1
- # React Lite Rich Text
1
+ # React Lite Rich Text Editor
2
2
 
3
- A premium, lightweight, and highly customizable rich text editor for React.
3
+ A **premium, zero-dependency**, and industry-standard rich text editor for React.
4
4
 
5
- ![Rich Text Editor Preview](assets/preview.png)
5
+ <div align="center">
6
+ <a href="https://elangodev.com/npm">
7
+ <img src="https://img.shields.io/badge/TRY%20IT-LIVE%20DEMO-blueviolet?style=for-the-badge&logo=rocket" alt="Try it out" />
8
+ </a>
9
+ <a href="https://www.npmjs.com/package/react-lite-rich-text-editor">
10
+ <img src="https://img.shields.io/npm/v/react-lite-rich-text-editor?style=for-the-badge" alt="NPM Version" />
11
+ </a>
12
+ </div>
13
+
14
+ ---
15
+
16
+ ## Try it Out
17
+
18
+ - **Live Demo**: [Industrial Rich Text Editor Demo](https://elangodev.com/npm)
19
+ - **Local Preview**: Clone this repo and run `npm install && npm run dev` inside the `example/` folder.
20
+
21
+ ---
6
22
 
7
23
  ## Features
8
24
 
9
- - ✨ **Premium UI**: Modern, glassmorphism-inspired design with smooth transitions.
10
- - 📝 **Rich Formatting**: Bold, italic, underline, font sizes, colors, and line heights.
11
- - 🔗 **Smart Links**: Automatic protocol handling (prepends `https://`) and new window navigation.
12
- - 🖼️ **Image Support**: Easy image uploads with delete functionality.
13
- - 🎨 **Vanilla CSS**: Premium, dependency-free styling with a modern aesthetic.
14
- - **Lightweight**: Zero-dependency core (except for React and Lucide-style icons).
15
- - 🔍 **HTML Preview**: Real-time access to the underlying HTML content.
25
+ - ✨ **Zero-Dependency Core**: Built entirely with native Browser APIs for maximum performance and stability.
26
+ - 📊 **Advanced Tables**: Insert tables, add/delete rows/columns, and merge cells with intuitive toolbar controls.
27
+ - 🎥 **Universal Video Embedding**: Seamlessly embed videos from **YouTube, Vimeo, DailyMotion**, and more.
28
+ - 📏 **Image Resizing**: Interactive 4-handle resizing system for uploaded images.
29
+ - 🧮 **Content Metrics**: Stealthy, professional footer showing real-time **Word and Character counts**.
30
+ - 📝 **Rich Formatting**: Bold, italic, underline, font sizes, colors, alignment, and lists.
31
+ - 🔗 **Smart Links**: Automatic protocol handling and new window navigation.
32
+ - 🎨 **Premium UI**: Modern, glassmorphism-inspired design with a polished Look & Feel.
16
33
 
17
34
  ## Installation
18
35