Files
sciagent/shared/src/components/video-viewer/index.ts
T
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

12 lines
466 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* `@ump/shared/video-viewer` — a VTK-free 2×2 video dataset quad-viewer.
*
* Unlike the `@ump/shared/viewer` subpath (which pulls @kitware/vtk.js), this
* package depends on nothing beyond react, so it never bloats a page's bundle.
*/
export { VideoQuadViewer, default } from './VideoQuadViewer';
export { ImageSequenceViewer } from './ImageSequenceViewer';
export * from './types';
export * from './playbackModel';
export * from './imageSequenceModel';