@growmaxadmin/pdf-annotator-shared
v1.0.0
Published
Shared types and interfaces for PDF annotator library
Readme
@pdf-annotator/shared
Core types, interfaces, and utilities for the PDF annotation system.
What's Included
- Types: Domain models for Annotations, Products, PDFs
- Repository Interfaces: Database abstraction layer contracts
- AI Service Interfaces: Product classification provider contracts
- Configuration Types: Type-safe configuration for the entire library
Usage
import {
Annotation,
AnnotationRepository,
AIProvider,
AnnotatorConfig,
} from '@pdf-annotator/shared';Installation
This package is typically installed automatically as a dependency of other @pdf-annotator/* packages.
npm install @pdf-annotator/sharedLicense
MIT
