Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/legeneek/vue-image-clip

Image clip component based on vue2
https://github.com/legeneek/vue-image-clip

Last synced: 3 months ago
JSON representation

Image clip component based on vue2

Lists

README

        

# vue-image-clip

Image clip component based on vue2. Try the [demo](https://legeneek.github.io/vue-image-clip/index.html)

## Demo Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

```

## Usage

Just add `CustomCropper.vue` and `SelectBox.vue` in `src/components` to your project.

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

```



import CustomCropper from './YourPath/CustomCropper';

export default {
components: {
CustomCropper
}
};

```

## License
MIT