BinPix

The pixel art JS library

Use it

        
        https://giant-gabby-macaroon.glitch.me/binpix.js
        
    
        
    
//pix function draws the graphics
// "art" is a <div> tag

pix("art",
`0 0 0 0 0 0 0
0 0 1 0 1 0 0
0 0 0 0 0 0 0
0 1 0 0 0 1 0
0 0 1 1 1 0 0
`, "gainsboro", "black") // use 1s for blocks and 0 for spaces and use the <br> tag for new lines // parameters: div id, art, background, color