jofftiquez / vue-croppie

Vue wrapper for croppie
https://jofftiquez.github.io/vue-croppie/
MIT License
260 stars 42 forks source link

No Image at startup #72

Closed audetcameron closed 4 years ago

audetcameron commented 4 years ago

This is what I see on load https://codesandbox.io/s/9l5oyll1yy?from-embed

it appears $refs.croppieRef.bind no longer works.

adding :boundary="{ width: 300, height: 300}" :viewport="{ width: 230, height: 230 , type: 'circle'}" worked. i think

jofftiquez commented 4 years ago

Hello @audetcameron the bind function is working. It's just that the boundary is not set that's why there's nothing at the beginning. I updated the docs. Thanks for this!