New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

image-viewer-dap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

image-viewer-dap

Simple image viewer

1.0.7
unpublished
latest
Source
npm
Version published
Maintainers
1
Created
Source

Simple Image Viewer

Demo

Installation npm i image-viewer-dv

Usage

import { ImageViewer } from "image-viewer-dv"
import img from './image.img';

export const YourComponent = () => {
    return (
        <div>
          <ImageViewer>
            <img src={img}  alt="Your image" />
          </ImageViewer>
        </div>
    )
}

Contact the developer ( telegram )

Github

NpmJs

Keywords

react

FAQs

Package last updated on 08 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts