UNPKG

@meghoshpritam/react-image-file-resizer

Version:

Elevate your React application with a dynamic module that empowers you to **transform and finesse** local images at will. With this enchanting tool, you wield the power to effortlessly adjust image width, height, format, rotation, and quality. Watch in aw

71 lines (70 loc) 2.41 kB
{ "name": "@meghoshpritam/react-image-file-resizer", "version": "1.0.5", "description": "Elevate your React application with a dynamic module that empowers you to **transform and finesse** local images at will. With this enchanting tool, you wield the power to effortlessly adjust image width, height, format, rotation, and quality. Watch in awe as it conjures forth resized images, serving them up in all their glory as new base64 URIs or Blobs. Immerse yourself in a world of boundless creativity, where the URI can be seamlessly integrated as the source of an `<Image>` component, casting a spell of enchantment over your web project. 🪄🎨✨", "main": "build/index.js", "types": "./index.d.ts", "files": [ "build", "index.d.ts" ], "scripts": { "start": "webpack --watch", "build": "webpack", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/meghoshpritam/react-image-file-resizer.git" }, "keywords": [ "react", "image-resizer", "image-file-resizer", "image", "photo", "file", "resize", "resizer", "compress", "rotate", "scaling", "scale" ], "author": "Pritam Ghosh <contact@mepritam.dev> (https://mepritam.dev)", "license": "MIT", "homepage": "https://github.com/meghoshpritam/react-image-file-resizer#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/core": "^7.23.2", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "all-contributors-cli": "^6.26.1", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "eslint": "^8.52.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "postcss": "^8.4.31", "prettier": "^3.0.3", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "bugs": { "url": "https://github.com/meghoshpritam/react-image-file-resizer/issues" }, "dependencies": {} }