1.9.2 • Published 3 years ago

@wazirx/react-image-pan-zoom-rotate v1.9.2

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

React Image Pan, Zoom & Rotate

React library to give control on image to move zoom and rotate

NPM JavaScript Style Guide npm type definitions

Demo

image

Edit q8wl1joow9

Features

  • Drag & Move
  • Zoom In
  • Zoom Out
  • Rotate (in Left only)
  • Flip Image
  • Reset

Install

npm install --save react-image-pan-zoom-rotate

or

> yarn add react-image-pan-zoom-rotate

Usage

import React from 'react'
import ReactPanZoom from 'react-image-pan-zoom-rotate'

const App = () => {
  return (
    <ReactPanZoom
      image='https://images.unsplash.com/photo-1551091708-fda32ed3178c'
      alt='Image alt text'
    />
  )
}

export default App

License

MIT © mgorabbani

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago