neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
198 stars 45 forks source link

Change source/target terminology to input/output #6

Closed neocotic closed 7 years ago

neocotic commented 7 years ago

A minor change, but I want to change all uses of "source" and "target" to "input" and "output" respectively. Given the name of the package, it's clear what the input/output is, but with the addition of file conversion being added by #2, the existing source/target terminology can get a little confusing.

neocotic commented 7 years ago

This will include renaming the targetFilePath option that was added for #2 to outputFilePath.