Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Imgb64 ¶
type Imgb64 string
const ( // PNG 1x1 : https://shoonia.github.io/1x1/#00000000 PNG_1_1 Imgb64 = `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NgAAIAAAUAAR4f7BQAAAAASUVORK5CYII=` // JPG 1x1 : https://en.wikipedia.org/wiki/File:Blank.JPG JPG_1_1 Imgb64 = `` /* 866-byte string literal not displayed */ // PNG 16x16 : https://24toolbox.com/dummy-image-generator/ PNG_16x16 Imgb64 = `` /* 138-byte string literal not displayed */ // JPG 16x16 : https://24toolbox.com/dummy-image-generator/ JPG_16_16 Imgb64 = `` /* 870-byte string literal not displayed */ // PNG 32x32 PNG_32x32 Imgb64 = `` /* 178-byte string literal not displayed */ // JPG 10001x10001 : https://24toolbox.com/dummy-image-generator/ JPG_10001_10001 Imgb64 = `` /* 259806-byte string literal not displayed */ // SVG: https://musicblues.ru/svg-editor SVG Imgb64 = `` /* 686-byte string literal not displayed */ )
images
Click to show internal directories.
Click to hide internal directories.