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

react-image-viewer-x

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-viewer-x

A lightweight, versatile image viewer component for React applications, supporting features like zoom, pan

  • 0.7.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

React Image Viewer X

A simple Image viewer for React utilizing Canvas to preview the images with minimal configuration.

Installing

npm i react-image-viewer-x

Usage

import React from 'react';
import ImageViewer from 'react-image-viewer-x';

const App = () => {
  <div
    style={{
      width: 800,
      height: 450,
    }}
  >
    <ImageViewer src={'https://picsum.photos/id/15/1200/800'} alt={"Sample Image"} />
  </div>
};

Screenshots

Preview Image

Keywords

FAQs

Package last updated on 15 Jul 2024

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

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