PixelButton

1 - I have a div element:

2 - I create an ASCII map:

   xxxxxxxxxxxxxxxxxx   
  x                  x  
 x                    x 
 x                    x 
x                      x
x                      x
 x                    x 
 x                    x 
  x                  x  
   xxxxxxxxxxxxxxxxxx   
				

3 - I write a line of code:

PixelButton.convert("#pixelButton", map).text("Download!").click(download);

4 - And I get a beautiful 8Bit button!