lunit-io / insight-viewer

medical image viewer component for React
https://insight-viewer.lunit.io
MIT License
34 stars 6 forks source link

VIEWER 160 / viewport subpath μ—μ„œ Viewport κ΄€λ ¨ type export #407

Closed LTakhyunKim closed 1 year ago

LTakhyunKim commented 1 year ago

πŸ“ Description

@lunit/insight-viewer/viewport μ—μ„œ Viewport κ΄€λ ¨ νƒ€μž…μ„ import ν•  수 μžˆλ„λ‘ μˆ˜μ •ν•©λ‹ˆλ‹€.

βœ”οΈ PR Type

What kind of change does this PR introduce?

🎯 Current behavior

Viewport κ΄€λ ¨ type 을 import ν•  λ•Œ μ•„λž˜μ™€ 같이 μ‚¬μš©ν•©λ‹ˆλ‹€.

import type { Viewport } from "@lunit/insight-viewer";

Issue Number: https://lunit.atlassian.net/browse/VIEWER-160

πŸš€ New behavior

Viewport κ΄€λ ¨ type 을 import ν•  λ•Œ μ•„λž˜μ™€ 같이 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

import type { Viewport } from "@lunit/insight-viewer/viewport";

πŸ’£ Is this a breaking change?

github-actions[bot] commented 1 year ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 93.02% 80/86
🟒 Branches 94.55% 52/55
🟑 Functions 77.78% 21/27
🟒 Lines 92.31% 72/78

Test suite run success

66 tests passing in 9 suites.

Report generated by πŸ§ͺjest coverage report action from c3285eac7699c34e46227dc6995033d9ce66e425

github-actions[bot] commented 1 year ago

preview: https://insight-viewer--pr-407.f.lunit.io/

@lunit/insight-viewer docs