Update some TODOs

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-05-30 12:04:04 -07:00
parent c0ebb960da
commit 9088920008

View File

@@ -12,8 +12,10 @@ from .writer import ANSIWriter, SVGWriter
# TODO - WASM compile for embedding directly in HTML # 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 - load palettes from a file
# TODO - PNG output
def cli_main() -> None: def cli_main() -> None: