Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit ec04a57

Browse files
feat: add Stack class to public API (#475)
1 parent 37db7e3 commit ec04a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export * from './morphology';
1515
export * from './operations';
1616
export * from './roi';
1717
export * from './save';
18+
export * from './Stack';
19+
export { decodeStack } from './stack/load/decodeStack';
1820
export * from './utils/utils.types';
1921
export * from './utils/constants/channelLabels';
2022
export * from './utils/constants/colorModels';

0 commit comments

Comments
 (0)