UNPKG

@scicom-esolutions/ng-image-viewer

Version:

[![npm (scoped)](https://img.shields.io/npm/v/@bamblehorse/tiny.svg)](https://www.npmjs.com/package/@haseeamarathunga/ng-image-viewer) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@bamblehorse/tiny.svg)](https://www.npmjs.com/pac

30 lines (29 loc) 753 B
export interface ImageViewerConfig { btnClass?: string; zoomFactor?: number; containerBackgroundColor?: string; wheelZoom?: boolean; allowFullscreen?: boolean; allowKeyboardNavigation?: boolean; btnShow?: { zoomIn?: boolean; zoomOut?: boolean; rotateClockwise?: boolean; rotateCounterClockwise?: boolean; next?: boolean; prev?: boolean; }; btnIcons?: { zoomIn?: string; zoomOut?: string; rotateClockwise?: string; rotateCounterClockwise?: string; next?: string; prev?: string; fullscreen?: string; }; customBtns?: Array<{ name: string; icon: string; }>; }