Module elements

Module elements 

Source

Modulesยง

extensions
image
image() makes it possible to render a Skia image into the canvas.
label
Draw text with label(). Its a simplified version of crate::elements::paragraph.
paragraph
paragraph() makes it possible to render rich text with different styles. Its a more customizable API than crate::elements::label.
rect
rect() acts as a generic container to contain other elements inside, like a box.
svg
Use svg() to render SVG in your app.