Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Export exports as default export.
Browse files Browse the repository at this point in the history
  • Loading branch information
exupero committed Jan 18, 2019
1 parent dbe9a41 commit 2204566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/saveSvgAsPng.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(function() {
const out$ = typeof exports != 'undefined' && exports || typeof define != 'undefined' && {} || this || window;
if (typeof define !== 'undefined') define('save-svg-as-png', [], () => out$);
out$.default = out$;

const xmlns = 'http://www.w3.org/2000/xmlns/';
const doctype = '<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [<!ENTITY nbsp "&#160;">]>';
Expand Down

0 comments on commit 2204566

Please sign in to comment.