VuetifyImageInput icon indicating copy to clipboard operation
VuetifyImageInput copied to clipboard

Provides basic image editing tools.

Results 12 VuetifyImageInput issues
Sort by recently updated
recently updated
newest added

It would be great if we could show an image field in certain width/height but make the output a multitude of that field. Regards!

the documentation could be a bit clearer. The white square on mobile devices becomes a rectangle. How can I solve it? to declare various types of accepted image formats to...

This project doesn't work with Vite due to the render functions. Also Vue 3 support maybe questionable due to low level implementation. Any interest converting this project to use templates...

I like this project and from NPM it looks like it is still actively being used, however, it looks like the VueClaw dependency has been deprecated. Is there a plan...

The documentation is not well explanatory for beginners

Solved by replacing in index.js: [`url('data:image/svg+xml;base64,${btoa('')')`,"center center / 16px 16px","repeat","#fff"] to [`url('data:image/svg+xml;base64,${Buffer.from('').toString()}')`,"center center / 16px 16px","repeat","#fff"] Hope that helps anyone

As it is likely the image-input is used in forms it would be nice if it would confirm to the v-input component. This so we can be consistent in the...

Works poorly in RTL mode

Hello! First of all, thanks for the great package. About the debounce, it is great to give a more fluid UX, but it also delays the upload and the clear...

It would be great if we could restrict the format of the selectable files. At the moment when we click on the component, a native file picker is opened where...