mizchi/crater-painter/paint/diff does not have a README file
pub(all) struct PaintLayoutShift {
node_path : String
node_id : String
dx : Double
dy : Double
dw : Double
dh : Double
}pub(all) struct PaintPropertyChange {
node_path : String
node_id : String
property : String
before : String?
after : String?
}pub(all) struct PaintTreeDiff {
changes : Array[PaintPropertyChange]
layout_shifts : Array[PaintLayoutShift]
}Paint tree, image output, and SVG packages for crater
Dependencies