UNPKG

react-image-utilities

Version:

A React component library for image manipulation: cropping, compressing, resizing, format conversion, and effects

65 lines (64 loc) 1.66 kB
{ "name": "react-image-utilities", "version": "1.2.0", "description": "A React component library for image manipulation: cropping, compressing, resizing, format conversion, and effects", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "react", "image", "compression", "resize", "crop", "image-processing", "sharp", "jimp", "image-conversion", "image-optimization", "image-effects", "component-library" ], "author": "Ayushman", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "browser-image-compression": "^2.0.2" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "rollup": "^4.9.6", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/ayushmang21/IUL.git" }, "bugs": { "url": "https://github.com/ayushmang21/IUL/issues" }, "homepage": "https://github.com/ayushmang21/IUL#readme" }