Skip to content

zakodium-oss/dom-to-html

Repository files navigation

dom-to-html

NPM version build status Test coverage npm download

Convert a dom element including canvas and svg to an html.

Installation

$ npm i dom-to-html

Usage

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.

License

MIT