A library for playing with colors in Mojo. lucasb-eyer/go-colorful port/adaptation.
- First, you'll need to configure your
mojoproject.toml
file to include my Conda channel. Add"https://repo.prefix.dev/mojo-community"
to the list of channels. - Next, add
hue
to your project's dependencies by runningmagic add hue
. - Finally, run
magic install
to install inhue
and its dependencies. You should see the.mojopkg
files in$CONDA_PREFIX/lib/mojo/
.