Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created April 24, 2018 22:19
Embed
What would you like to do?
var Color = require('color');
process.argv.slice(2).forEach(function (val) {
print(Color(val).hsl().string());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment