Module: server/utils/elementToImage

(require("server/utils/elementToImage"))(element) → {string}

converts React element to html
Parameters:
Name Type Description
element object React element
Source:
Returns:
HTML of the element
Type
string