ts-viewers-core
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -115,2 +115,3 @@ // Generated by dts-bundle-generator v5.9.0 | ||
id?: number; | ||
uuid?: string; | ||
} | ||
@@ -121,2 +122,4 @@ export declare abstract class SmoothPath { | ||
get id(): number; | ||
protected readonly _uuid: string; | ||
get uuid(): string; | ||
protected readonly _bufferSize: number; | ||
@@ -225,6 +228,4 @@ get bufferSize(): number; | ||
export interface SvgSmoothPathOptions extends SmoothPathOptions { | ||
bufferSize?: number; | ||
strokeWidth?: number; | ||
color?: Quadruple; | ||
id?: number; | ||
} | ||
@@ -231,0 +232,0 @@ export declare class SvgSmoothPath extends SmoothPath { |
{ | ||
"name": "ts-viewers-core", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "browser image viewer with basic painting support", | ||
@@ -5,0 +5,0 @@ "module": "dist/ts-viewers-core.esm.js", |
Sorry, the diff of this file is too big to display
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
133815
1718