svg-texture-atlas
v1.0.0
Published
makes a texture atlas from svg files
Maintainers
Readme
svg-texture-atlas
Make a texture atlas from a folder of .svg files
Example:
folder called fruit has apple.svg, banana.svg, pear.svg
Then npx svg-texture-atlas 128 path/to/fruit fruits will
make a fruits.png and fruits.json that contains each of
the svg files rendered to 128x128 area of a 384x128 png
and their locations in the json file.
