@annotorious/core
Advanced tools
Comparing version
{ | ||
"name": "@annotorious/core", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0-rc.2", | ||
"description": "Annotorious core types and functions", | ||
@@ -5,0 +5,0 @@ "author": "Rainer Simon", |
@@ -8,2 +8,3 @@ import type { Annotation } from './Annotation'; | ||
import type { DrawingStyle } from './DrawingStyle'; | ||
import type { Filter } from './Filter'; | ||
@@ -17,4 +18,2 @@ /** | ||
style: DrawingStyle | ((annotation: I) => DrawingStyle) | undefined; | ||
addAnnotation(annotation: E): void; | ||
@@ -38,2 +37,4 @@ | ||
setFilter(filter: Filter): void; | ||
setPresenceProvider?(provider: PresenceProvider): void; | ||
@@ -43,2 +44,4 @@ | ||
setStyle(arg: DrawingStyle | ((annotation: I) => DrawingStyle) | undefined): void; | ||
setUser(user: User): void; | ||
@@ -45,0 +48,0 @@ |
export * from './Annotation'; | ||
export * from './Annotator'; | ||
export * from './DrawingStyle'; | ||
export * from './Filter'; | ||
export * from './FormatAdapter'; | ||
export * from './User'; | ||
export * from './W3CAnnotation'; |
47671
0.52%33
3.13%1187
0.34%