@egjs/view3d
Version:
Fast & Customizable glTF 3D model viewer, packed with full of features!
18 lines (15 loc) • 439 B
text/typescript
import AnnotationManager from "./AnnotationManager";
import Annotation, { AnnotationOptions } from "./Annotation";
import PointAnnotation, { PointAnnotationOptions } from "./PointAnnotation";
import FaceAnnotation, { FaceAnnotationOptions } from "./FaceAnnotation";
export {
Annotation,
PointAnnotation,
FaceAnnotation,
AnnotationManager
};
export type {
AnnotationOptions,
PointAnnotationOptions,
FaceAnnotationOptions
};