@annotorious/annotorious
Advanced tools
Comparing version 3.0.0-rc.29 to 3.0.0-rc.30
@@ -12,8 +12,8 @@ import { SvelteComponent } from 'svelte'; | ||
tool: typeof SvelteComponent; | ||
opts?: DrawingToolOpts | undefined; | ||
opts?: DrawingToolOpts; | ||
} | undefined; | ||
export declare const registerTool: (name: string, tool: typeof SvelteComponent, opts?: DrawingToolOpts) => Map<string, { | ||
tool: typeof SvelteComponent; | ||
opts?: DrawingToolOpts | undefined; | ||
opts?: DrawingToolOpts; | ||
}>; | ||
//# sourceMappingURL=drawingToolsRegistry.d.ts.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="svelte" /> | ||
export declare const enableResponsive: (image: HTMLImageElement | HTMLCanvasElement, svg: SVGSVGElement) => { | ||
@@ -3,0 +2,0 @@ destroy: () => void; |
@@ -9,3 +9,3 @@ export * from './annotation'; | ||
export * from './keyboardCommands'; | ||
export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, AnnotatorState, Appearance, AppearanceProvider, Color, DrawingStyle, Filter, FormatAdapter, HoverState, LifecycleEvents, ParseResult, PresentUser, Purpose, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver, User, W3CAnnotation, W3CAnnotationBody, W3CAnnotationTarget } from '@annotorious/core'; | ||
export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, AnnotatorState, Appearance, AppearanceProvider, Color, DrawingStyle, Filter, FormatAdapter, HoverState, LifecycleEvents, ParseResult, PresentUser, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver, User, W3CAnnotation, W3CAnnotationBody, W3CAnnotationTarget } from '@annotorious/core'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -32,6 +32,3 @@ import { Bounds, Shape, ShapeType } from './Shape'; | ||
*/ | ||
export declare const boundsFromPoints: (points: Array<[ | ||
number, | ||
number | ||
]>) => Bounds; | ||
export declare const boundsFromPoints: (points: Array<[number, number]>) => Bounds; | ||
//# sourceMappingURL=shapeUtils.d.ts.map |
{ | ||
"name": "@annotorious/annotorious", | ||
"version": "3.0.0-rc.29", | ||
"version": "3.0.0-rc.30", | ||
"description": "Add image annotation functionality to any web page with a few lines of JavaScript", | ||
@@ -45,3 +45,3 @@ "author": "Rainer Simon", | ||
"svelte-preprocess": "^6.0.1", | ||
"typescript": "^5.4.5", | ||
"typescript": "^5.5.2", | ||
"vite": "^5.3.1", | ||
@@ -52,6 +52,6 @@ "vite-plugin-dts": "^3.9.1", | ||
"dependencies": { | ||
"@annotorious/core": "3.0.0-rc.29", | ||
"rbush": "^3.0.1", | ||
"@annotorious/core": "3.0.0-rc.30", | ||
"rbush": "^4.0.0", | ||
"uuid": "^10.0.0" | ||
} | ||
} |
@@ -27,3 +27,2 @@ export * from './annotation'; | ||
PresentUser, | ||
Purpose, | ||
Selection, | ||
@@ -30,0 +29,0 @@ SelectionState, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
888408
5997
+ Added@annotorious/core@3.0.0-rc.30(transitive)
+ Addedquickselect@3.0.0(transitive)
+ Addedrbush@4.0.1(transitive)
- Removed@annotorious/core@3.0.0-rc.29(transitive)
- Removedquickselect@2.0.0(transitive)
- Removedrbush@3.0.1(transitive)
Updatedrbush@^4.0.0