oddbird / oddcontrast

https://www.oddcontrast.com/
BSD 3-Clause "New" or "Revised" License
28 stars 1 forks source link

Initial attempt using colorjs.io package (and switch to Vitest) #8

Closed jgerigmeyer closed 2 years ago

jgerigmeyer commented 2 years ago

netlify[bot] commented 2 years ago

Deploy Preview for oddcontrast ready!

Name Link
Latest commit 66410d5f0902502bd90e292891422d87632f6a2d
Latest deploy log https://app.netlify.com/sites/oddcontrast/deploys/62619e3a2459280009a37f33
Deploy Preview https://deploy-preview-8--oddcontrast.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

jgerigmeyer commented 2 years ago

@jerivas @stacyk There shouldn't be any changes to functionality here, just two behind-the-scenes updates:

  1. Using the colorjs.io package to store a color object, instead of manually storing hsl values.
  2. Trying out Vitest for tests instead of Jest.

We could wait for more changes (next I want to add actual color conversion), but I kinda think it might make sense to merge this as-is to keep PR sizes small. 🤷