provideIllustrationsSetFetcher
Provide to the application a set of illustrations downloaded from a given url, could be a CDN or an asset.
Can be loaded both eagerly or lazily at the application startup
Presentation
const provideIllustrationsSetFetcher : (
url: string,
loadStrategy?: "eager" | "lazy",
) => EnvironmentProviders ;