9 lines
470 B
Markdown
9 lines
470 B
Markdown
# chuckdries.com
|
|
|
|
My personal website.
|
|
- gatsby
|
|
- tailwind
|
|
- node-vibrant
|
|
- react-helmet
|
|
|
|
I use node-vibrant in the gatsby OnCreateNode hook to pull colors from the images and store them in the gatsby node structure. I query them in the client, then assign CSS custom properties with react-helmet. In my tailwind config, I define custom colors that use those properties. This gets me classes like `text-vibrant-light` that change colors to vibe with the selected image |