Skip to content

jiangson/ImageView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageView

图片查看 支持 放大 缩小 平移 旋转等(注:旋转需要浏览器支持transform)

无任何依赖。

参见index.html实例

api:

imageview.scale(0.1);// 如果参数scaleNum为正值 则 放大 反之缩小
imageview.rotate(90);// 旋转角度

About

图片查看 支持 放大 缩小 滚轮缩放 平移 旋转等

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 86.3%
  • HTML 8.3%
  • CSS 5.4%