This commit is contained in:
haneulai 2025-07-09 13:38:44 +09:00
parent 15199b1784
commit e4f10d528d
2 changed files with 21 additions and 10 deletions

View File

@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures> </natures>
<filteredResources>
<filter>
<id>1752035671280</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription> </projectDescription>

View File

@ -14,12 +14,12 @@
"_requested": { "_requested": {
"type": "version", "type": "version",
"registry": true, "registry": true,
"raw": "react-native-get-pixel@0.0.5", "raw": "react-native-get-pixel@0.1.0",
"name": "react-native-get-pixel", "name": "react-native-get-pixel",
"escapedName": "react-native-get-pixel", "escapedName": "react-native-get-pixel",
"rawSpec": "0.0.5", "rawSpec": "0.1.0",
"saveSpec": null, "saveSpec": null,
"fetchSpec": "0.0.5" "fetchSpec": "0.1.0"
}, },
"_requiredBy": [ "_requiredBy": [
"/" "/"
@ -34,7 +34,7 @@
"bugs": { "bugs": {
"url": "https://github.com/bvic23/react-native-get-pixel/issues" "url": "https://github.com/bvic23/react-native-get-pixel/issues"
}, },
"description": "Returns the color from an image at a given coordinate.", "description": "Extract pixel color from image at specified coordinates",
"homepage": "https://github.com/bvic23/react-native-get-pixel#readme", "homepage": "https://github.com/bvic23/react-native-get-pixel#readme",
"keywords": [ "keywords": [
"react-native", "react-native",
@ -43,20 +43,20 @@
"ios", "ios",
"images", "images",
"image", "image",
"image-resizer", "pixel",
"scaling", "color",
"scale", "extraction",
"resize" "coordinates"
], ],
"license": "MIT", "license": "MIT",
"name": "react-native-get-pixel", "name": "react-native-get-pixel",
"nativePackage": true, "nativePackage": true,
"peerDependencies": { "peerDependencies": {
"react-native": ">=v0.14.2" "react-native": ">=0.60.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/bvic23/react-native-get-pixel.git" "url": "git+https://github.com/bvic23/react-native-get-pixel.git"
}, },
"version": "0.0.5" "version": "0.1.0"
} }