Closed mateusfbsoares closed 3 years ago
I made it responsive by giving React Konva knowledge about the size of the outer parent div, and make it resize the canvas screen as such. Hence, it is not necessary anymore to pass specific width and height in the code, the component resizes itself according to CSS rules.
How can we make this component responsive since we have to pass specific width and height in the code?