UNPKG

expo-pixel-perfect

Version:

Nearest-Neighbor scaling for React Native and Expo

52 lines (51 loc) 1.55 kB
{ "name": "expo-pixel-perfect", "version": "1.0.23", "description": "Nearest-Neighbor scaling for React Native and Expo", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "pixel-art", "image-scaling", "nearest-neighbor", "game-assets" ], "repository": { "type": "git", "url": "git+https://github.com/LinoIten/expo-pixel-perfect.git" }, "bugs": { "url": "https://github.com/LinoIten/expo-pixel-perfect/issues" }, "author": "Lino Iten <iten.lino@proton.me> (https://github.com/LinoIten)", "license": "MIT", "homepage": "https://github.com/LinoIten/expo-pixel-perfect#readme", "devDependencies": { "@types/react": "~19.0.0", "expo": "~53.0.0", "expo-module-scripts": "^4.1.6", "react": "^19.0.0", "react-native": "0.79.1", "expo-asset": "^12.0.0" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*", "expo-asset": "*", "expo-constants": "*" } }