simple-vue-image-compare
v1.0.0
Published
A simple demonstration to compare two image with a convenient draggable handle
Readme
Introduction
A simple demonstration to compare two image with a convenient draggable handle
Tips
This is only a vue file, using it in vue project envirement
Props
leftImgthe url of left imagerightImgthe url of right imagemaxWidthcontainer's max width, default is 1000
Development requirement
- Install @vue/cli-service-global
npm install -g @vue/cli-service-global - run
vue serve index.vue
