We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d293d50 commit 4e8b27dCopy full SHA for 4e8b27d
1 file changed
docs/reference/save.md
@@ -4,6 +4,8 @@ Saves a png image from the display window. `save()` can optionally take one argu
4
5
**Note that it is not recommended to call this function within draw as it will save repeatedly on every render.**
6
7
+If the user doesn't have write permission for the current directory then it will save to a default directory and print a warning and output location.
8
+
9
## Examples
10
11
save example 1
0 commit comments