-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (28 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "universal-img-component",
"version": "2.0.0",
"description": "🌟 A versatile React component for handling images with ease! 📸 Supports multiple modes: convert images to Base64 🔄, optimize with CDN 🌐, create text-based images 📝, and use Next.js optimization 🚀. Perfect for any project needing dynamic image management!",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SH20RAJ/universal-image-component.git"
},
"keywords": [
"react",
"image",
"base64",
"cdn",
"nextjs",
"text-image",
"cloudinary"
],
"author": "SH20RAJ",
"license": "MIT",
"bugs": {
"url": "https://github.com/SH20RAJ/universal-image-component/issues"
},
"homepage": "https://github.com/SH20RAJ/universal-image-component#readme"
}