1.1.1 • Published 5 years ago

alloycrop-vue v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

AlloyCrop-vue

AlloyCrop vue wrap demo

AlloyTeam/AlloyCrop

params

ParamDescription
confirmTextconfirmText
cancelTextcancelText
outputoutput
widthwidth
heightheight
circlecircle
imgPathimgPath
res.datacrop canvas

💡️ try exif-js get orientation

example

js

import AlloyCropVue from 'alloycrop-vue'
Vue.use(AlloyCropVue)
this.$crop({
  imgPath: URL.createObjectURL(file)
}).then(res => {
  if (res.type === 'confirm') {
    // base64 res.data.toDataURL('image/png')
    // blob res.data.toBlob(blob => {}, `image/png`)
  }
})
1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago