captureComposable

fun captureComposable(width: Int = DEFAULT_WIDTH, height: Int = AUTO_HEIGHT, compositionLocals: List<ProvidedValue<*>> = emptyList(), content: @Composable () -> Unit): BufferedImage