High quality exports into data URLs, image data, or image objects import { Stage, Layer, Rect, Circle } from 'react-konva'; export const App = () => { return ( // Stage - is a div wrapper // Layer - is an actual 2d canvas element, so you can have several layers inside the stage // Rect and Circle are not DOM elements. They are 2d shapes on canvas <Stage width={window.innerWidth} height={window.inn