UNPKG

@allmaps/annotation

Version:

Functions for generating and parsing IIIF georeference annotations

8 lines (7 loc) 1.27 kB
export { parseAnnotation } from './parser.js'; export { generateAnnotation } from './generator.js'; export { validateAnnotation, validateGeoreferencedMap } from './validator.js'; export { GeoreferencedMap1Schema, GeoreferencedMaps1Schema, GeoreferencedMap1GCPSchema, GeoreferencedMap1ImageSchema, GeoreferencedMap2Schema, GeoreferencedMaps2Schema, GeoreferencedMap2GCPSchema, GeoreferencedMap2ResourceSchema, GeoreferencedMapSchema, GeoreferencedMapsSchema, GCPSchema, ResourceSchema, GeoreferencedMapAllVersionsSchema, GeoreferencedMapsAllVersionsSchema, GCPAllVersionsSchema } from './schemas/georeferenced-map.js'; export { Annotation0Schema, AnnotationPage0Schema, Annotation0FeaturePropertiesSchema, Annotation1Schema, AnnotationPage1Schema, Annotation1FeaturePropertiesSchema, SvgSelector0Schema, AnnotationSchema, AnnotationPageSchema, FeaturePropertiesSchema, SvgSelectorSchema, AnnotationAllVersionsSchema, AnnotationPageAllVersionsSchema, FeaturePropertiesAllVersionsSchema } from './schemas/annotation.js'; export { PartOfSchema, ResourceMaskSchema, TransformationSchema } from './schemas/shared.js'; export type { GeoreferencedMap2 as GeoreferencedMap, Annotation1 as Annotation, AnnotationPage1 as AnnotationPage, PartOf, PartOfItem } from './types.js';