UNPKG

dom-to-image

Version:

Generates an image from a DOM node using HTML5 canvas and SVG

14 lines (10 loc) 222 B
define([ "../core" ], function( jQuery ) { // Support: Android 2.3 // Workaround failure to string-cast null input jQuery.parseJSON = function( data ) { return JSON.parse( data + "" ); }; return jQuery.parseJSON; });