Multiple select areas in one image to show position each this
npm install multi-select-areas-image


!GitHub open issues

https://demo-multi-select-areas-image.herokuapp.com
``bash
yarn add multi-select-areas-image
npm i multi-select-areas-image
`For Vue.js 2.0
Use multi-select-areas-image component:
js
// main.js
import MultiSelectAreasImage from 'multi-select-areas-image'
...
Vue.use(MultiSelectAreasImage)
`
.vue file:
` html
`$3
#### cropUrl
Type: String
Required: true
Default: nullInput Url image into the box
#### width
Type:
Number
Required: false
Default: 1000Set width image area
#### opacityOutline
Type:
Number
Required: false
Default: 0.5Set opacity outline border box select area
#### opacityOverlay
Type:
Number
Required: false
Default: 0.5Set opacity overlay on image
$3
` html
`#### getListAreas
Params:
Null
Return: Array`