diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/src/visualize/image.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/src/visualize/image.rs b/library/src/visualize/image.rs index bbb54576..07308b78 100644 --- a/library/src/visualize/image.rs +++ b/library/src/visualize/image.rs @@ -23,6 +23,12 @@ use crate::prelude::*; /// - path: EcoString (positional, required) /// Path to an image file. /// +/// - width: Rel<Length> (named) +/// The width of the image. +/// +/// - height: Rel<Length> (named) +/// The height of the image. +/// /// ## Category /// visualize #[func] |
