Data URLs let you embed an image directly in CSS, JSON, or HTML — no separate file. Useful for icons, but heavy for big images.
Encode an image, decode a data URL.
Data URLs let you embed an image directly in CSS, JSON, or HTML — no separate file. Useful for icons, but heavy for big images.