Skip to main content

mind-elixir.options.imageproxy

Home > mind-elixir > Options > imageProxy

Options.imageProxy property

Image proxy function to handle image URLs, mainly used to solve CORS issues If provided, all image URLs will be processed through this function before setting to img src undefined

Signature:

imageProxy?: (url: string) => string;