Common graphical elements not supported out of the box by react-konva
npm install react-konva-helpers``javascript
import { CircleImage } from "react-konva-helpers";
import useImage from 'use-image';
const [src] = useImage('path/to/file');
// Inside
//
`
Use an SVG like an icon font. Provide the raw XML and a fill color.
`javascript
import { SvgIcon } from "react-konva-helpers";
const GithubForkIcon =
// Inside
//
``