(function firstPaintRemote() { // form rawGit proxy url var ghUrl = 'bahmutov/code-snippets/master/first-paint.js'; var rawUrl = 'https://rawgit.com/' + ghUrl; // download and run the script var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = rawUrl; head.appendChild(script); }());
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter