react-native-mask-segment-c.../dist/utils
a1518 843544b9e8 fix: align default pipeline config with docs and split large modules
- Fix DEFAULT_PIPELINE_CONFIG from PIPELINE_HIGH (1440) to PIPELINE_MEDIUM
  (720) to match documented performance estimates and test expectations
- Extract geometry/hit-detection utilities from MaskSegmentCanvas.tsx into
  canvasGeometry.ts (~380 lines)
- Extract outline path functions from maskSegmentation.ts into
  maskOutlinePaths.ts (~470 lines)
- Net reduction of ~1,700 lines across the two core files

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 02:13:38 -07:00
..
canvasGeometry.d.ts fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
canvasGeometry.d.ts.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
canvasGeometry.js fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
canvasGeometry.js.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
compositePaintedImage.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
compositePaintedImage.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
compositePaintedImage.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
compositePaintedImage.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
exportUtils.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
exportUtils.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
exportUtils.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
exportUtils.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
freqLayerPrep.d.ts Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
freqLayerPrep.d.ts.map Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
freqLayerPrep.js Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
freqLayerPrep.js.map Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
maskOutlinePaths.d.ts fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskOutlinePaths.d.ts.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskOutlinePaths.js fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskOutlinePaths.js.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentation.d.ts fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentation.d.ts.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentation.js fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentation.js.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentRuntime.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
maskSegmentRuntime.d.ts.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentRuntime.js fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSegmentRuntime.js.map fix: align default pipeline config with docs and split large modules 2026-07-01 02:13:38 -07:00
maskSemanticPalette.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
maskSemanticPalette.d.ts.map fix: fallback to default semantic colors when config is incomplete 2026-06-30 23:03:29 -07:00
maskSemanticPalette.js fix: fallback to default semantic colors when config is incomplete 2026-06-30 23:03:29 -07:00
maskSemanticPalette.js.map fix: fallback to default semantic colors when config is incomplete 2026-06-30 23:03:29 -07:00
opencvAdapter.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
opencvAdapter.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
opencvAdapter.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
opencvAdapter.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintColorMapTexture.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintColorMapTexture.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintColorMapTexture.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintColorMapTexture.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintShaderRuntime.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintShaderRuntime.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
paintShaderRuntime.js refactor: simplify MaskSegmentCanvas core logic and reduce bundle size 2026-06-30 23:56:13 -07:00
paintShaderRuntime.js.map refactor: simplify MaskSegmentCanvas core logic and reduce bundle size 2026-06-30 23:56:13 -07:00
pickMapTexture.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pickMapTexture.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pickMapTexture.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pickMapTexture.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pngImage.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pngImage.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pngImage.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
pngImage.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
resolveAssetPath.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
resolveAssetPath.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
resolveAssetPath.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
resolveAssetPath.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
resolveImageUrl.d.ts Add example app and fix Android asset loading on image switch. 2026-06-30 20:24:43 -07:00
resolveImageUrl.d.ts.map Add example app and fix Android asset loading on image switch. 2026-06-30 20:24:43 -07:00
resolveImageUrl.js Add example app and fix Android asset loading on image switch. 2026-06-30 20:24:43 -07:00
resolveImageUrl.js.map Add example app and fix Android asset loading on image switch. 2026-06-30 20:24:43 -07:00
skiaImage.d.ts feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
skiaImage.d.ts.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
skiaImage.js feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
skiaImage.js.map feat: add MaskSegmentApp source code and config 2026-06-26 00:23:52 -07:00
wallTextureSplit.d.ts Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
wallTextureSplit.d.ts.map Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
wallTextureSplit.js Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00
wallTextureSplit.js.map Add splitWalls to subdivide wall regions by texture boundaries. 2026-06-30 22:41:17 -07:00