--- name: ascii-art-generator description: Generates ASCII art from a given text --- # ASCII Art Generator A simple tool that converts text to ASCII art using the `pyfiglet` library. ## Usage ```bash enact run enact/fun/ascii-art-generator -a '{"text": "Hello World"}' ```