Skip to content

Releases: kevinkace/svg-spritzer

Modern node

28 Jan 08:47
Compare
Choose a tag to compare

now requires node supporting fs/promises

No defs, EOL normalization

01 Mar 17:29
Compare
Choose a tag to compare

<symbol>s are no longer wrapped in a <defs>, it looks as though that's unnecessary.

Also now just using \n for EOL instead of require("os").eol.

And 💯% more comments.

Oh and a note about svgstore.

Write File

04 Feb 23:19
Compare
Choose a tag to compare

Prefer to have the output written to a file?

svg-spritzer([
    "./**/*.svg",
    "!output.svg"
], {
    output : "./output.svg"
});

First Release

04 Feb 07:09
Compare
Choose a tag to compare
v0.0.3

Remove debug