exupero / saveSvgAsPng

Save SVGs as PNGs from the browser.
MIT License
1.09k stars 362 forks source link

Syntax error #247

Closed legahero closed 4 years ago

legahero commented 4 years ago

SCRIPT1002: Syntax error saveSvgAsPng.js (2,3)

exupero commented 4 years ago

Sounds like you're not using an ES6-capable JavaScript interpreter. I'd suggest you use the package off NPM which has an ES5 compiled version of the script.