jofftiquez / vue-croppie

Vue wrapper for croppie

Home Page:https://jofftiquez.github.io/vue-croppie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Image at startup

audetcameron opened this issue · comments

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

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!