Is there a way to load image files (png,jpeg,etc) during runtime? I tried to install the SixLabors.ImageSharp library into my project solution in Visual Studio but it won’t do it for a Flax project. Flax engine project solutions seem to be incompatible with the SixLabors library as VS threw several errors pointing to the Flax project file when I tried to install the library through VS package manager.
Does the Flax API have a way to do it?