react-redactor 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1
|
-
|
2
|
-
# [Redactor-Logo](https://github.com/websitedeb/image_hoster/blob/main/redactor.png) | Redactor
|
1
|
+
# <img src="https://raw.githubusercontent.com/websitedeb/image_hoster/refs/heads/main/redactor.png" alt="Redactor-Logo" width=100px height=100px /> | Redactor
|
3
2
|
|
4
3
|
Redactor is a lightweight library for conditional rendering, context management, and navigation in React applications.
|
5
4
|
|
@@ -113,3 +112,12 @@ This library is licensed under the MIT License. See the LICENSE file for details
|
|
113
112
|
## Contributing
|
114
113
|
|
115
114
|
Feel free to open issues or pull requests on the [GitHub repository](https://github.com/websitedeb/Redactor).
|
115
|
+
|
116
|
+
## Uses
|
117
|
+
<a href="https://react.dev">
|
118
|
+
<img src="https://clipground.com/images/react-logo-png-7.png" alt="React" width="50" height="50">
|
119
|
+
</a>
|
120
|
+
|
121
|
+
<a href="https://reactrouter.com/">
|
122
|
+
<img src="https://reactrouter.com/_brand/React%20Router%20Brand%20Assets/React%20Router%20Logo/Light.svg" alt="React Router Dom" width="50" height="50">
|
123
|
+
</a>
|
package/package.json
CHANGED