Skip to content

alias FindImageFileCallback


(alias) FindImageFileCallback = fun(asked_name: string) -> string?

Find an image file for inclusion.

The asked_name is an image file. Your return value is used to open a file from the hard disk, so make sure you return something that is considered the name of a valid file by your operating system.

😱 Types incomplete or incorrect? 🙏 Please contribute!