1.0.0 • Published 3 years ago

viwerjs-ang v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ViwerjsAngular

This project is simple use of viwerjs library in Angular

Installation

Install our package

npm i viwerjs-ang
npm i viewerjs

Import module

import {  ViwerjsAngModule } from "viwerjs-ang";
imports: [
  ...
    ViwerjsAngModule
],

Import css

import css from viwerjs

@import '~viewerjs/dist/viewer.css';

use

Add directive viwerjsAngPreview on any image you want to show preview. also you can pass options for custom chagnes more information check viwerjs library

Example :

<img
    viwerjsAngPreview`
    [options]="{}"
    width="200"
    src="https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885__480.jpg"
  />
1.0.0

3 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago