@ansi-art/char-subgrid
v3.0.0-alpha4
Published
ASCII line drawing using subcharacter precision
Downloads
26
Maintainers
Readme
AsciiArt.CharSubGrid
Bridging the gap between 1 dimensional strings + control characters and 2 dimensional canvases
Blocks
This class works in single character 4x4 unicode square grids to convert 2d data to grids of characters
AsciiCharBlocksTransformeris an instance of AsciiCharSingleCharTransformer
Braille
This class works in double character 8x8 unicode square grids to convert 2d data to grids of characters
AsciiCharBrailleTransformeris an instance of AsciiCharDoubleCharTransformer
Slants
This class works in single character 4x4 unicode square grids to convert 2d data to grids of characters
AsciiCharSlantsTransformeris an instance of AsciiCharSingleCharTransformer
Testing
just run npm run test
or npm run container-test
Contribution
Please PR contributions against develop
with jsdoc and mocha tests for the new functionality in place.
The project uses Conventional Commits and the Fork + PR development model.
All activities in the project are available as npm actions.
Enjoy,
Abbey Hawk Sparrow