Skip to content

SaFrMo/data-uri-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What

Dictionary of commonly-used data URIs. Part of the Phaser Component Library.

How

npm install data-uri-snippets --save

Then, in your JS:

import snippets from 'data-uri-snippets'

// white 1x1 pixel
var img = new Image()
img.src = snippets.white1x1png

Values

  • white1x1 - 1x1 opaque white gif (35 bytes)
  • white1x1png - 1x1 opaque white png (67 bytes)

Sources

About

NPM package for commonly-used data URIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages