I am trying to create a UI for an application using react. I have am using react-konva for creating a 2D canvas. I have figured out how to import an image onto this canvas but am having trouble trying to animate a gif. There is documentation for how to do it in konva but I can't seem to be able to convert it to react-konva.
The documentation to do it in konva is given here.