1.0.3 • Published 7 years ago

extract-screen-colors v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

extract-screen-colors

Takes a screenshot and returns an array with the most prominent colors on your screen.

Output

[ 
  Color { _rgb: [ 242, 241, 240, 1, _clipped: false ] },
  Color { _rgb: [ 15, 14, 14, 1, _clipped: false ] },
  Color { _rgb: [ 161, 136, 101, 1, _clipped: false ] },
  Color { _rgb: [ 152, 105, 76, 1, _clipped: false ] },
  Color { _rgb: [ 82, 203, 213, 1, _clipped: false ] }
]
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago