Simply loads the images or files in the passed directory and creates an HTML file for it to be rendered.
- Download
svg-viewer
project - Locate
svg-viewer
project directory in cmd - Run
node svg_viewer /path/to/icon_directory
node svg_viewer /d/workspace/myProject/icons
- Open
svg_viewer.html
in browser. Viola! - Optional you may add 3rd param in command for the custom file name. Sample will create
my-project-icons.html
file instead of the default.
node svg_viewer /d/workspace/myProject/icons my-project-icons
PS. This only supports one path at a time... watch out for multi paths update. :D