Replies: 6 comments
-
Can you give an HTML5 canvas example? |
Beta Was this translation helpful? Give feedback.
-
I could use the blur CanvasRenderingContext2D.filter for a project. But all of them could be useful eventually. |
Beta Was this translation helpful? Give feedback.
-
Can you demonstrate the behaviour with a CodeSandBox? |
Beta Was this translation helpful? Give feedback.
-
I also need support for filter, like you can do |
Beta Was this translation helpful? Give feedback.
-
` <style> body { margin: 0px; padding: 0px; } </style> Change Blur <script> var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d");
Here is my HTML code, and I need to do the same thing in RN, you see there is a textbox where you can enter a value and hit the button and it will update the background image with a new blur effect according to the value of the input |
Beta Was this translation helpful? Give feedback.
-
I'm also trying to blur parts of an image on the canvas. Hope this gets supported soon! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would really love to use canvas filters, but it seems like they're currently not supported. Any plans or workarounds how to achieve a blur effect on my canvas component?
Beta Was this translation helpful? Give feedback.
All reactions