diff --git a/README.md b/README.md index 0d07471..4b8545d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - [toObject](#toobject) - [toFloat](#tofloat) - [Types](#types) - - [Sponsor me!](#sponsor-me) + - [Sponsor me](#sponsor-me) ## About @@ -393,7 +393,7 @@ console.log(color.toObject(); // "0, 63, 92" #### toFloat -The color object exposes a `toFloat` method, that allows to objectify to float valus, as in `0-1` instead of `0-255`/`0-100` from any color unit given to either a color object for the hsl units, or default rgb: +The color object exposes a `toFloat` method, that allows to objectify to float values, as in `0-1` instead of `0-255`/`0-100` from any color unit given to either a color object for the hsl units, or default rgb: ```ts const color = new MoebiusColor('#003f5c'); diff --git a/package.json b/package.json index e875950..38b2932 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,33 @@ "type": "git", "url": "git+ssh://git@github.com/phun-ky/moebius.git" }, + "keywords": [ + "css", + "design", + "palette", + "palettes", + "color", + "colors", + "generation", + "javascript", + "complement", + "interpolate", + "monochrome", + "monochromatic", + "triad", + "triadic", + "tetrad", + "tetradic", + "hexad", + "hexadic", + "pentad", + "pentadic", + "split", + "chrome", + "chroma", + "chromatic", + "analogous" + ], "author": "Alexander Vassbotn Røyne-Helgesen ", "license": "MIT", "bugs": {