Skip to content

Feature: Export ASCII Art #4

Description

@mster

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.

  1. Should we modify the function getChar to accept a character to be appended to each line?

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions