Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-viewers-core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-viewers-core - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

27

dist/ts-viewers-core.d.ts

@@ -307,3 +307,30 @@ // Generated by dts-bundle-generator v5.9.0

}
export declare const customStampEvent: "tsviewer-customstampchange";
export interface CustomStampEventDetail {
type: "add" | "delete";
stamp: CustomStampCreationInfo;
}
export declare class CustomStampEvent extends CustomEvent<CustomStampEventDetail> {
constructor(detail: CustomStampEventDetail);
}
export declare class CustomStampService {
private readonly _container;
private readonly _eventService;
private readonly _customStampsByType;
private readonly _fileInput;
private readonly _loader;
private _overlay;
constructor(container: HTMLElement, eventService: EventService);
destroy(): void;
importCustomStamps(stamps: CustomStampCreationInfo[]): void;
getCustomStamps(): CustomStampCreationInfo[];
addCustomStamp(stamp: CustomStampCreationInfo): void;
removeCustomStamp(type: string): void;
startLoadingImage(): void;
startDrawing(): void;
private onFileInput;
private openImageLoaderOverlayAsync;
private openDesignerOverlayAsync;
}
export {};

2

package.json
{
"name": "ts-viewers-core",
"version": "0.0.14",
"version": "0.0.15",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc