1.0.13 • Published 3 years ago

img-enlarge-rotate-scroll v1.0.13

Weekly downloads
57
License
ISC
Repository
github
Last release
3 years ago

修改内容

  • 基于img-enlarge-rotate实现长图 可滚动
  • 增加自定义下载方法

params

参数名称是否必传参数说明
minImg必传要进行放大和旋转的图片
maxImg可选大图,不传则默认和缩略图是同一张
scale可选放大倍数,默认是4
width可选放置图片的容器宽,默认600,需要是数字
height可选放置图片的容器高,默认400 ,需要是数字
background可选放置图片的容器北京颜色,默认#eee
mouseBlockSize可选移动的小滑块的size,默认100
hideACW可选隐藏逆时针旋转功能
hideCW可选隐藏顺时针旋转功能
hideDownload可选隐藏图片下载功能
index可选一个页面多出使用时传不同index,用来保证唯一id
toolPosition可选工具条的位置,默认top,支持top和bottom
hideText可选隐藏:鼠标移入可局部放大提示文字
largeOnLeft可选largeOnLeft设置放大图片在左边,该参数用来在页面最右
边使用该组件时使用
customRequest可选自定义下载方式
maskClick可选鼠标点击事件

usage

import ImgEnlargeAndRotate from 'img-enlarge-rotate';

<ImgEnlargeAndRotate minImg={imgSrc} />

<ImgEnlargeAndRotate minImg={imgSrc} hideACW/>

preview

image

image

image

image

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago