Open akjaiswal161191 opened 4 years ago
hey @akjaiswal161191 ,
Can you provide us with usecase? And what kind of tool you mean by "eraser"? what it should do exactly?
I am looking for a tool that will allow me to erase image pixels. So if your image has some content and you want to remove it, it should doable with a freehand tool.
This is useful when I want to remove the unneeded part of the image content. With crop functionality, you can do that but it's not freehand tool.
yes, it's on our roadmap to add freehand tool. But there is no ETA for it for now.
okay, thanks. We can check if we can build that tool on top of the existing lib.
hi @dzmitry-stramavus is there any update on the eta for the eraser tool?
@dmnro123 not yet, time is a bit tight currently for planning and implementing but we will give an interest soon.
hi @akjaiswal161191 you can take a look at this. https://konvajs.org/docs/sandbox/Free_Drawing.html example: useAnnotation({ globalCompositeOperation: mode === 'brush' ? 'source-over' : 'destination-out', name: TOOLS_IDS.PEN, })
Is there a update on the eraser?
I am looking for erasing the image content using an eraser tool.Are we planning to add it in future release?