While we would like to provide a base configuration of Succulent that includes a set of common formats by default, we want the library to be fully extensible. Consumers should be able to eschew our common formats for their own. We should create a Renderer component that is completely abstracted away from our common formats.
While we would like to provide a base configuration of Succulent that includes a set of common formats by default, we want the library to be fully extensible. Consumers should be able to eschew our common formats for their own. We should create a
Renderer
component that is completely abstracted away from our common formats.