A directory containing an SVG folder containing some SVGs and a HTML file displaying these via a chameleon-sprite.svg.
Idea from @harterSe
My thoughts on this:
The folder should be named "example" and have a working sprite already inside
the folder should contain a readme file explaining how this can be used locally (regarding the issue that the html has to be served by a server, because the sprite file cannot be read locally by the browser
The folder should be excluded in the .npmignore
The svgs should be sufficient to test single-color, multi-color and stroke-width
the HTML file should already include a style-tag with some comments (ala set your vars here... or something)
a script named "example" should be set in the package.json running the svg-chameleon with default options (i would reserve "test" for automated tests, if we have them at some point)
A directory containing an SVG folder containing some SVGs and a HTML file displaying these via a chameleon-sprite.svg. Idea from @harterSe
My thoughts on this:
open for further suggestions