All Projects → mater1996 → vue-photo-zoom-pro

mater1996 / vue-photo-zoom-pro

Licence: MIT license
Vue picture magnifier

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to vue-photo-zoom-pro

svg-pan-zoom-container
A vanilla-js module for adding zoom-on-wheel and pan-on-drag behavior to inline SVG elements.
Stars: ✭ 31 (-63.1%)
Mutual labels:  zoom
zoom-ci
Zoom-CI(简称Zoom),是一个轻量易安装的自动化部署工具,支持本地和远程两种项目部署类型。
Stars: ✭ 19 (-77.38%)
Mutual labels:  zoom
use-gesture
👇Bread n butter utility for component-tied mouse/touch gestures in React and Vanilla Javascript.
Stars: ✭ 6,624 (+7785.71%)
Mutual labels:  zoom
clozoom
Close your Zoom meeting tabs automatically
Stars: ✭ 20 (-76.19%)
Mutual labels:  zoom
FaceAware-Android
this helps to auto zoom for face on ImageView
Stars: ✭ 46 (-45.24%)
Mutual labels:  zoom
HTSDCycleScrollView
一款基于SDScrollView的轮播图控件,对源码进行了修改,可切换为滚动时图片带有缩放效果的模式,可改变PageControl小圆点的样式
Stars: ✭ 48 (-42.86%)
Mutual labels:  zoom
zoom-service
An open-source Swift Zoom service for easier Zoom SDK integration into iOS applications.
Stars: ✭ 12 (-85.71%)
Mutual labels:  zoom
RTC-Call-Monitor
Voice/video call detection by monitoring of UDP packet rate with notification via webhooks
Stars: ✭ 31 (-63.1%)
Mutual labels:  zoom
ZoomLayout
想要缩放、平移的 View,放在 ZoomLayout 中就可以实现了
Stars: ✭ 34 (-59.52%)
Mutual labels:  zoom
zoomdda
📆 NuxtJS based TimeTable
Stars: ✭ 11 (-86.9%)
Mutual labels:  zoom
zoom-drive-connector
Automatically uploads Zoom meeting recordings to Google Drive.
Stars: ✭ 25 (-70.24%)
Mutual labels:  zoom
react-easy-panzoom
Wrapper to enable pan and zoom features for any React component
Stars: ✭ 69 (-17.86%)
Mutual labels:  zoom
Zoom2Youtube
Transfer video recordings from the Zoom to YouTube
Stars: ✭ 63 (-25%)
Mutual labels:  zoom
AndroidBigImage
Automatically generate a new Android application to display, zoom and scroll on a big image!
Stars: ✭ 49 (-41.67%)
Mutual labels:  zoom
ZoomMarker
A jQuery plugin for scrolling and zooming in and out of the image
Stars: ✭ 81 (-3.57%)
Mutual labels:  zoom
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (-40.48%)
Mutual labels:  zoom
MapCompose
A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
Stars: ✭ 82 (-2.38%)
Mutual labels:  zoom
zoom-go
A command line tool for joining your next Zoom meeting.
Stars: ✭ 34 (-59.52%)
Mutual labels:  zoom
zoomy-plugin
🔍 Zoomy Github Page
Stars: ✭ 73 (-13.1%)
Mutual labels:  zoom
core
Renderer for tldraw and maybe you, too.
Stars: ✭ 418 (+397.62%)
Mutual labels:  zoom

vue-photo-zoom-pro

Vue picture magnifier

example

Install

npm install vue-photo-zoom-pro

# or
yarn add vue-photo-zoom-pro

Usage

<template>
  <vue-photo-zoom-pro :url="imgUrl" :high-url="imgHighUrl"></vue-photo-zoom-pro>
</template>

<script>
import vuePhotoZoomPro from 'vue-photo-zoom-pro'
import 'vue-photo-zoom-pro/dist/style/vue-photo-zoom-pro.css'

export default {
  components: {
    vuePhotoZoomPro,
  },
}
</script>

Documentation

Check out our docs at https://mater1996.github.io/vue-photo-zoom-pro/guide/.

License

MIT

Copyright (c) 2018-present, mater1996

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].