vue-image-markup icon indicating copy to clipboard operation
vue-image-markup copied to clipboard

vue-image-markup will provide you to edit uploaded image easily and save it.

Results 20 vue-image-markup issues
Sort by recently updated
recently updated
newest added

Hey, wondering if this library will support Vue 3. I have tried using it with vite and vue v3.0.0 but I am getting this error: ``` Uncaught SyntaxError: The requested...

First at all, great project and nicely done. Much appreciated. I'm trying to use `uploadImage(e)` but I get: ``` e.target is undefined ``` I'm not sure if `e` is supposed...

Hi team, I am experiencing an odd behavior using the eraser. Once I set the eraser mode then I can not select the text mode, because it keeps deleting other...

First I want to say a very big thank you to the good people behind this project. Here the problem I am having. I am trying to use the plugin...

I've tried to config **canvas's background color** but in current project, it doesn't has `backgroundColor` params. So I made this pull request to add `backgroundColor` params to `Editor.vue` 🙂

``` TypeError: Cannot read properties of undefined (reading 'toLowerCase') at klass.getFontCache (fabric.js?bec3:25307) at klass._measureChar (fabric.js?bec3:25342) at klass._getGraphemeBox (fabric.js?bec3:25446) at klass._measureLine (fabric.js?bec3:25418) at klass.measureLine (fabric.js?bec3:25395) at klass.getLineWidth (fabric.js?bec3:25807) at klass.calcTextWidth (fabric.js?bec3:25206)...

Hi team, is there any way to center the selected background image into the canvas? Thanks

When using custom stroke Width in free drawing something strange happens upon mouse button release such as appearing on a different location on the canvas or just disappearing it is...

When calling the setBackgroundImage(), the background is not updating. I noticed this was an issue recorded [before](https://github.com/lionix-team/vue-image-markup/issues/2). Any change / updates on this yet? I'm using "vue-image-markup": "^3.2.0"