mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 16:43:19 +01:00
4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
/** An empty image which can be set as src of an img element. */
|
|
export const emptyImageBase64 =
|
|
"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";
|