summaryrefslogtreecommitdiff
path: root/library/src/visualize
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/visualize')
-rw-r--r--library/src/visualize/image.rs6
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]