Thanks for checking out imscii! This is an issue for newer developers looking to contribute to their first OSS project.
Description
As of v0.0.4 imscii uses console.log to print out each line of ASCII art we generate.
It would be nice to eventually wrap the result in HTML, or to work with it in another script without having to read process.std.in.
Feature
Make imscii return the ASCII art as either a string or as HTML depending on the options passed. If no special options are passed, print as usual. Take into consideration new lines and anything special an HTML output would require.
-
Should we modify the function getChar to accept a character to be appended to each line?
-
Should options support a flag for HTML in order to determine which endline character should be appended?
If you get stuck or need some direction, just ask :)
Contributing
See Contributing
Thanks for checking out
imscii! This is an issue for newer developers looking to contribute to their first OSS project.Description
As of
v0.0.4imscii usesconsole.logto print out each line of ASCII art we generate.It would be nice to eventually wrap the result in HTML, or to work with it in another script without having to read
process.std.in.Feature
Make imscii return the ASCII art as either a string or as HTML depending on the
optionspassed. If no special options are passed, print as usual. Take into consideration new lines and anything special an HTML output would require.Should we modify the function
getCharto accept a character to be appended to each line?Should
optionssupport a flag for HTML in order to determine which endline character should be appended?If you get stuck or need some direction, just ask :)
Contributing
See Contributing