Skip to content

Instantly share code, notes, and snippets.

@foo9
Created February 18, 2014 11:17
Show Gist options
  • Save foo9/9069054 to your computer and use it in GitHub Desktop.
Save foo9/9069054 to your computer and use it in GitHub Desktop.
pixi.js empty texture
var emptyBase64;
var emptyTexture;
emptyBase64 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAAAnRSTlMAAHaTzTgAAAAKSURBVHgBY2AAAAACAAFzdQEYAAAAAElFTkSuQmCC';
emptyTexture = PIXI.Texture.fromImage(emptyBase64);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment