This commit is contained in:
aidansunbury
2025-08-16 15:34:43 -07:00
parent 6dc5a73a02
commit 2b552f7fb6
8 changed files with 19 additions and 12 deletions

View File

@ -24,7 +24,7 @@ The *image* module displays an image from a path.
The width/height to render the image.
*interval*: ++
typeof: integer ++
typeof: integer or float ++
The interval (in seconds) to re-render the image. ++
This is useful if the contents of *path* changes. ++
If no *interval* is defined, the image will only be rendered once.