nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
7.03k stars 1.3k forks source link

Blur and Highlight on selected area #32

Open Anjali-Bansal opened 6 years ago

Anjali-Bansal commented 6 years ago

Hi,

Can you please help me to do the highlight or blur the selected area of image in canvas to highlight and blur..I need these two features as well.

Thanks

jinwoo-kim-nhn commented 6 years ago

@Anjali-Bansal I know. I will seriously consider your proposal. Thank.

Anjali-Bansal commented 6 years ago

@jinwoo-kim-nhn , I've implemented the highlight feature using the approach used in image cropping. Now all that I need is blur on mouse move. I am unable to trigger mouse move/up event. they gave some errors "Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive"

kimwz commented 4 years ago

please