🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A Vue.js Image Clip component that lets you crop a specific part of your image.

Image

Documentation

vue-image-clip

Image clip component based on vue2. Try the demo

Build Setup

# install dependencies npm install  # serve with hot reload at localhost:8080 npm run dev  # build for production with minification npm run build 

Usage

Just add CustomCropper.vue and SelectBox.vue to your project.

CustomCropper.vue require SelectBox.vue, you need to put them in the same directory

<template>   <div id="app">     <Custom-Cropper></Custom-Cropper>   </div> </template>  <script>   import CustomCropper from './YourPath/CustomCropper';    export default {     components: {       CustomCropper     }   }; </script>  

License

MIT


You May Also Like