UNPKG

retina-dom-to-image

Version:

A fork of the dom-to-image library that outputs an image for higher DPI screens

6 lines (4 loc) 99 B
"use strict"; module.exports = function Canvas () { return document.createElement('canvas'); };