Convert a dom element including canvas and svg to an html.
$ npm i dom-to-html
import { domToHTML } from 'dom-to-html';
const html = domToHTML(domElement);
This method will render SVG to canvas and copy all the resulting graphics as base64 url encoded img.