AS a package user, I want to be able to output the image as a converted ASCII art #116

Open
opened 2023-11-28 17:47:25 +00:00 by Vylpes · 0 comments
Owner

Epic: #70
Story Points: 5


AS a package user, I want to be able to output the image as a converted ASCII art
SO THAT I can for fun see the image in the terminal

Acceptance Criteria

AS a package user
GIVEN I want to see the ASCII art
WHEN I use the flag -a or --ascii
THEN the output should be the image converted into ascii

AS a package user
GIVEN I want to see the ASCII art in colour
WHEN I use the flag -ac or --ascii --colour
THEN the output should be the image converted into ascii with 8 bit colour

AS a package user
GIVEN I want to change the size of the ASCII art
WHEN I use the flag -a --size=100 or --ascii --size=100
THEN the output should be the image at the size of 100x100

Subtasks

  • Add the --ascii / -a flag
  • Add the --colour / -c flag
  • Add the --size flag
  • Update tests
  • Update documentation

Notes

Epic: #70 Story Points: 5 --- AS a package user, I want to be able to output the image as a converted ASCII art SO THAT I can for fun see the image in the terminal ## Acceptance Criteria AS a package user GIVEN I want to see the ASCII art WHEN I use the flag `-a` or `--ascii` THEN the output should be the image converted into ascii AS a package user GIVEN I want to see the ASCII art in colour WHEN I use the flag `-ac` or `--ascii --colour` THEN the output should be the image converted into ascii with 8 bit colour AS a package user GIVEN I want to change the size of the ASCII art WHEN I use the flag `-a --size=100` or `--ascii --size=100` THEN the output should be the image at the size of 100x100 ## Subtasks - [ ] Add the `--ascii` / `-a` flag - [ ] Add the `--colour` / `-c` flag - [ ] Add the `--size` flag - [ ] Update tests - [ ] Update documentation ## Notes - https://www.npmjs.com/package/ascii - The flags `--colour` and `--size` should only be allowed to be used when `--ascii` is supplied
Vylpes added the
type
story
needs criteria
needs estimate
labels 2023-11-28 17:47:33 +00:00
Vylpes changed title from The CLI should be able to output the image as ASCII art to AS a package user, I want to be able to output the image as a converted ASCII art 2023-12-31 14:39:13 +00:00
Vylpes removed the
needs criteria
label 2023-12-31 14:43:56 +00:00
Vylpes removed the
needs estimate
label 2024-04-07 14:14:58 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/random-bunny#116
No description provided.