Skip to content

ebala96/svg-color-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg-color-editor

Steps to run the project

  1. Once inside project directory run npm install
  2. To run the project use npm start
  3. Once the project is up it can be accessed from localhost:3000

Project reads the color data from fill property of path selectors inside the svg. Supports only svg which provide the color code inside the path selector under fill property.