ts-viewers-core
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -294,2 +294,12 @@ // Generated by dts-bundle-generator v5.9.0 | ||
} | ||
export interface StampCreationInfo { | ||
subject: string; | ||
bbox: Quadruple; | ||
rect?: Quadruple; | ||
} | ||
export interface CustomStampCreationInfo extends StampCreationInfo { | ||
imageData: number[]; | ||
type: string; | ||
name: string; | ||
} | ||
export declare class UUID { | ||
@@ -296,0 +306,0 @@ static getRandomUuid(): string; |
{ | ||
"name": "ts-viewers-core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "browser image viewer with basic painting support", | ||
@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161965
2718