Skip to content

Commit

Permalink
adding color convert to color object
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Oct 10, 2015
1 parent 4c2a454 commit a24d50c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,7 @@ class Color {

}

// Modules should be accessible through Color
Color.Convert = colorConvert;

export default Color;

0 comments on commit a24d50c

Please sign in to comment.