Skip to content

Simply loads load the images or files in the passed directory and creates an HTML file for it be rendered.

Notifications You must be signed in to change notification settings

switmac/svg-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Image/SVG Viewer

Simply loads the images or files in the passed directory and creates an HTML file for it to be rendered.

How to use :

  1. Download svg-viewer project
  2. Locate svg-viewer project directory in cmd
  3. Run node svg_viewer /path/to/icon_directory
  node svg_viewer /d/workspace/myProject/icons
  1. Open svg_viewer.html in browser. Viola!
  2. 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

Feel free to adjust the design according to your preference.

SVG Viewer

Sample Usage for Multiple Icon Directories

SVG Viewer

About

Simply loads load the images or files in the passed directory and creates an HTML file for it be rendered.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published