{"_id":"@codanux/opencv","name":"@codanux/opencv","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@codanux/opencv","version":"0.0.1","description":"opencv","main":"dist/plugin.cjs.js","module":"dist/esm/index.js","types":"dist/esm/index.d.ts","unpkg":"dist/plugin.js","author":"","license":"MIT","repository":{"type":"git","url":"git+https://github.com/codanux/opencv.git"},"bugs":{"url":"https://github.com/codanux/opencv/issues"},"keywords":["capacitor","plugin","native"],"scripts":{"verify":"npm run verify:ios && npm run verify:android && npm run verify:web","verify:ios":"xcodebuild -scheme CodanuxOpencv -destination generic/platform=iOS","verify:android":"cd android && ./gradlew clean build test && cd ..","verify:web":"npm run build","lint":"npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint","fmt":"npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format","eslint":"eslint . --ext ts","prettier":"prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java","swiftlint":"node-swiftlint","docgen":"docgen --api OpenCVPlugin --output-readme README.md --output-json dist/docs.json","build":"npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs","clean":"rimraf ./dist","watch":"tsc --watch","prepublishOnly":"npm run build"},"devDependencies":{"@capacitor/android":"^7.0.0","@capacitor/core":"^7.0.0","@capacitor/docgen":"^0.3.0","@capacitor/ios":"^7.0.0","@ionic/eslint-config":"^0.4.0","@ionic/prettier-config":"^4.0.0","@ionic/swiftlint-config":"^2.0.0","eslint":"^8.57.0","prettier":"^3.4.2","prettier-plugin-java":"^2.6.6","rimraf":"^6.0.1","rollup":"^4.30.1","swiftlint":"^2.0.0","typescript":"~4.1.5"},"peerDependencies":{"@capacitor/core":">=7.0.0"},"prettier":"@ionic/prettier-config","swiftlint":"@ionic/swiftlint-config","eslintConfig":{"extends":"@ionic/eslint-config/recommended"},"capacitor":{"ios":{"src":"ios"},"android":{"src":"android"}},"_id":"@codanux/opencv@0.0.1","gitHead":"249a12a412016377023f5b32152618ba5155a2a8","homepage":"https://github.com/codanux/opencv#readme","_nodeVersion":"22.15.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-6+B3ceBMquPSjjJxiLB9fCMXOaE7pAEOIxW7WXt9mhkpdG/2ixZl4LuGF7Z0QqmKNHG4WcB7j0RuMIpea9EcAg==","shasum":"17aa8255e4cf13b4e6551294630aed627bf53d99","tarball":"https://registry.npmjs.org/@codanux/opencv/-/opencv-0.0.1.tgz","fileCount":26,"unpackedSize":23026,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAEWUJMpL2ED40kcUUfKLpx2fgeHz+ZXfE1Shqg8bfR5AiB2Dt0QdQ9Tx1A+4CNxQNYRV6rvpUq0sV67A5VEZENSCg=="}]},"_npmUser":{"name":"codanux","email":"codanux7@gmail.com"},"directories":{},"maintainers":[{"name":"codanux","email":"codanux7@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/opencv_0.0.1_1746090738339_0.12531879480422714"},"_hasShrinkwrap":false}},"time":{"created":"2025-05-01T09:12:18.209Z","0.0.1":"2025-05-01T09:12:18.539Z","modified":"2025-05-01T09:12:18.835Z"},"maintainers":[{"name":"codanux","email":"codanux7@gmail.com"}],"description":"opencv","homepage":"https://github.com/codanux/opencv#readme","keywords":["capacitor","plugin","native"],"repository":{"type":"git","url":"git+https://github.com/codanux/opencv.git"},"bugs":{"url":"https://github.com/codanux/opencv/issues"},"license":"MIT","readme":"# @codanux/opencv\n\nopencv\n\n## Install\n\n```bash\nnpm install @codanux/opencv\nnpx cap sync\n```\n\n## API\n\n<docgen-index>\n\n* [`detectCircles(...)`](#detectcircles)\n* [Interfaces](#interfaces)\n\n</docgen-index>\n\n<docgen-api>\n<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->\n\n### detectCircles(...)\n\n```typescript\ndetectCircles(options: DetectCirclesOptions) => Promise<DetectCirclesResult>\n```\n\n| Param         | Type                                                                  |\n| ------------- | --------------------------------------------------------------------- |\n| **`options`** | <code><a href=\"#detectcirclesoptions\">DetectCirclesOptions</a></code> |\n\n**Returns:** <code>Promise&lt;<a href=\"#detectcirclesresult\">DetectCirclesResult</a>&gt;</code>\n\n--------------------\n\n\n### Interfaces\n\n\n#### DetectCirclesResult\n\n| Prop          | Type                  |\n| ------------- | --------------------- |\n| **`circles`** | <code>Circle[]</code> |\n\n\n#### Circle\n\n| Prop         | Type                |\n| ------------ | ------------------- |\n| **`x`**      | <code>number</code> |\n| **`y`**      | <code>number</code> |\n| **`radius`** | <code>number</code> |\n\n\n#### DetectCirclesOptions\n\n| Prop            | Type                |\n| --------------- | ------------------- |\n| **`image`**     | <code>string</code> |\n| **`dp`**        | <code>number</code> |\n| **`minDist`**   | <code>number</code> |\n| **`param1`**    | <code>number</code> |\n| **`param2`**    | <code>number</code> |\n| **`minRadius`** | <code>number</code> |\n| **`maxRadius`** | <code>number</code> |\n\n</docgen-api>\n","readmeFilename":"README.md","_rev":"1-ec55e7fe9574f3164e6221bc5d266ccc"}