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.buildship.core.gradleprojectnature</nature>
</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>

View File

@ -14,12 +14,12 @@
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-get-pixel@0.0.5",
"raw": "react-native-get-pixel@0.1.0",
"name": "react-native-get-pixel",
"escapedName": "react-native-get-pixel",
"rawSpec": "0.0.5",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.0.5"
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/"
@ -34,7 +34,7 @@
"bugs": {
"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",
"keywords": [
"react-native",
@ -43,20 +43,20 @@
"ios",
"images",
"image",
"image-resizer",
"scaling",
"scale",
"resize"
"pixel",
"color",
"extraction",
"coordinates"
],
"license": "MIT",
"name": "react-native-get-pixel",
"nativePackage": true,
"peerDependencies": {
"react-native": ">=v0.14.2"
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvic23/react-native-get-pixel.git"
},
"version": "0.0.5"
"version": "0.1.0"
}