UNPKG

expo-image-manipulator

Version:

Provides functions that let you manipulation images on the local file system, eg: resize, crop.

42 lines 1.11 kB
{ "name": "expo-image-manipulator", "version": "57.0.12", "description": "Provides functions that let you manipulation images on the local file system, eg: resize, crop.", "main": "src/index.ts", "types": "build/index.d.ts", "sideEffects": false, "keywords": [ "react-native", "expo", "expo-image-manipulator" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-image-manipulator" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/imagemanipulator/", "dependencies": { "expo-image-loader": "~57.0.1" }, "devDependencies": { "expo": "57.0.15", "expo-module-scripts": "56.0.3" }, "peerDependencies": { "expo": "*" }, "gitHead": "499024a441d67293aa60afcbe02051999a54f1bb", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }