createS2cGraph

fun createS2cGraph(logger: Logger, fileSystem: FileSystem): SvgToComposeGraph(source)

Creates and configures an SvgToComposeGraph dependency graph instance.

This function serves as a factory method for creating an SvgToComposeGraph using the Metro dependency injection framework. It initializes the dependency graph with the provided logger and file system configuration.

Return

A fully configured SvgToComposeGraph instance with all dependencies resolved and ready for use.

Parameters

logger

The logger instance used for logging operations throughout the S2C processing system.

fileSystem

The file system abstraction used for file I/O operations.