diff options
author | alyx <alyx@aleteoryx.me> | 2023-11-17 16:36:34 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-11-17 16:36:34 -0500 |
commit | 754e4be335fc250f00742f6c0503e05468792a73 (patch) | |
tree | f375f43a405570fb70be02458d880c9915c2cb16 | |
parent | dccc6dd6c0da121561c48cf70bc49341bec83c51 (diff) | |
download | lfm_embed-754e4be335fc250f00742f6c0503e05468792a73.tar.gz lfm_embed-754e4be335fc250f00742f6c0503e05468792a73.tar.bz2 lfm_embed-754e4be335fc250f00742f6c0503e05468792a73.zip |
Add helper proposals
-rw-r--r-- | TODO.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,7 +30,6 @@ There is no good way to expose a typed enum with the current wizard UI, and the Of the crates currently relied on, the following appear too feature-packed should be replaced with simpler internal code, to reduce binary size. - duration-str -- htmlize - urlencoding @@ -61,3 +60,9 @@ Image support should be considered optional. Linking should be considered option It is not an error to specify a mandatory watermark with no possible contents, as the watermark object will simply not be present. A warning should be output on startup. + + +## Additional Helpers + +- `(range Number start: Number = 0): Number` Generates values from start to the main argument, exclusive. +- `(random): Number` Generates a random float. |