Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 327 Bytes

File metadata and controls

19 lines (15 loc) · 327 Bytes

Pixel Art Exporter

For use

Pixel Art Exporter

Usage

After drawing any simple sketch. The design can be exported as a RGB matrix. For e.g A black 2x2 Pixel image would be exported as


[
    [0,0,0],
    [0,0,0],
    [0,0,0],
    [0,0,0]
]

sample