Expand description
HTML5 related functions, such as creation of picture tags.
Structs§
- Picture
- Represents the HTML5
<picture>
tag. - Picture
Register - Contains a HashMap with all required details of the images to create an according picture tag. The image details are loaded into memory to be able to retrieve them as fast as possible. The install_images_into parameter is used to determine which images can be used.
- Source
Attributes - Information about the source attributes in a
<picture>
tag.
Enums§
- Media
Width - Contains information about the MediaWidth property of a
<picture>
that are required for its creation.