Files
2025-04-11 03:25:21 +02:00

14 lines
331 B
Plaintext

Function: import_image
--Usage--
> import_image(image_path)
Load an image from outside the data folder. Intended for use from the CLI.
--Parameters--
! Parameter Type Description
| @input@ [[type:string]] Full path of the image to load
--Examples--
> new_card([image: import_image("D:/Art/Ajani.png"), card_color: "green"])