open-plant 1.4.7 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -333,8 +333,10 @@ import {
333
333
  | `backgroundColor` | `string \| null` | 기본 `null` |
334
334
  | `scaleMode` | `"screen" \| "fixed-zoom"` | 최소 지원 모드 |
335
335
  | `fixedZoom` | `number` | `scaleMode="fixed-zoom"`일 때의 continuous zoom 기준값 |
336
+ | `zoomThreshold` | `number` | heatmap이 반응하는 유효 줌을 뒤로 미루는 continuous zoom offset. 양수일수록 더 높은 실제 줌까지 heatmap이 크게 유지됨 |
337
+ | `densityContrast` | `number` | sparse 영역은 더 눌러두고 dense 영역은 더 빨리 강조하는 대비 계수 |
336
338
  | `clipToRegions` | `WsiRegion[]` | ROI 내부로 mask + point filter |
337
- | `maxRenderedPoints` | `number` | visible bin budget. 기본 `24000` |
339
+ | `maxRenderedPoints` | `number` | visible bin budget. 기본 `48000` |
338
340
  | `zIndex` | `number` | 오버레이 draw priority |
339
341
  | `onStats` | `(stats) => void` | point count / render time 등 |
340
342