From 90889200088c46a3adf09a7367eaa8ff6215f31e Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 30 May 2024 12:04:04 -0700 Subject: [PATCH] Update some TODOs Signed-off-by: Alek Ratzloff --- colorhash/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colorhash/cli.py b/colorhash/cli.py index 398f16f..57ca02f 100644 --- a/colorhash/cli.py +++ b/colorhash/cli.py @@ -12,8 +12,10 @@ from .writer import ANSIWriter, SVGWriter # TODO - WASM compile for embedding directly in HTML -# TODO - option to add a caption based on the filename +# - this may not be an option, sadly. might have to just port it to JS +# TODO - option to add a caption based on the filename (for SVG) # TODO - load palettes from a file +# TODO - PNG output def cli_main() -> None: