Package-level declarations
Types
Link copied to clipboard
data class DiffResult(val diffImage: BufferedImage, val mismatchedPixels: Int, val totalPixels: Int)
Link copied to clipboard
object ImageDiffer
Link copied to clipboard
object ViddikEngine
Link copied to clipboard
object ViddikGlyphCoverage
Link copied to clipboard
object ViddikShowroomLauncher
Opens ViddikShowroom over whatever registry the KSP processor generated in the module this runs against — the browser half of viddik, without every consumer hand-writing the same fun main().
Properties
Functions
Link copied to clipboard
fun captureComposable(width: Int = DEFAULT_WIDTH, height: Int = AUTO_HEIGHT, compositionLocals: List<ProvidedValue<*>> = emptyList(), content: @Composable () -> Unit): BufferedImage
Link copied to clipboard
Link copied to clipboard