This JavaScript program renders either a spinning donut or a spinning cube in your terminal using ASCII art.
- Choose between a spinning donut or a spinning cube.
- Runs seamlessly in the terminal with Node.js.
- Exit the animation at any time by pressing q.
Run the program with:
node spinning-cube.js
or
node donut.js
Press q at any time to gracefully close the program.