Skip to content

Releases: mster/prismaek

v0.2.0

17 May 04:45
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Adds xspace and cspace to utils (conversion and space checking utilities)
  • Various odd bug fixes, such as undefined argument checks.
  • Testing via Jest
  • Code coverage via Coveralls
  • CI/CD with Travis

0.1.0

14 Apr 06:41
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Changes:

  • Adds an effect builder for generating tones, tints, and shades.
  • Conversion utilities now pass additional object properties from the argument (no loss of props).

0.0.0

27 Mar 03:44
Compare
Choose a tag to compare
0.0.0 Pre-release
Pre-release

Note: The API will change in the future.

Currently supported harmonies (prismaek.harmonies):

  • complementary
  • splitComplementary
  • triadic
  • tetradic
  • analagous
  • analagousTight
  • stepSixty

Currently supported conversions (prismaek.utils):

  • hex2RGB
  • hex2HSV
  • RGB2Hex
  • RGB2HSV
  • HSV2RGB
  • HSV2Hex
  • isHex (checks if string is a valid hex color)

New Project