Created
May 1, 2011 19:39
-
-
Save ophentis/950793 to your computer and use it in GitHub Desktop.
javascript base64 images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1x1 image | |
white | |
data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAACAkwBADs= | |
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw== | |
black | |
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAAAAAAALAAAAAABAAEAAAICTAEAOw== | |
transparent | |
data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAABAAEAAAICVAEAOw== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment