react-use-optimized-image
Version:
A React hook for image optimization (format detection, lazy loading, caching, CDN support)
35 lines (34 loc) • 709 B
JSON
{
"name": "react-use-optimized-image",
"version": "1.0.02",
"description": "A React hook for image optimization (format detection, lazy loading, caching, CDN support)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "vite"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"image",
"optimization",
"performance",
"typescript"
],
"author": "Amit Rawat",
"license": "MIT",
"dependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"typescript": "^5.8.2",
"vite": "^6.2.3"
}
}