Mona Lisa in 140 Characters of Javascript
19x34 Mona Lisa with 4 shades of grey stored as an astral unicode string plus code to unpack and render in 140 characters!
https://www.dwitter.net/d/15196
Javascript code...
(t*=60)?x.fillRect(t%19,t/19|0,("𑠀𐎪".charCodeAt(t/5)>>t%5*2&3)/3,1):c.width=60
More by Frank Force View profile
Like