vdiffr (version 0.0.0.9000)

htmlwidgets: HTML Widgets for graphical comparison

Description

HTML Widgets for graphical comparison

Usage

widget_toggle(before, after, width = NULL, height = NULL)
widget_slide(before, after, width = NULL, height = NULL)
widget_diff(before, after, width = NULL, height = NULL)

Arguments

before
Path to the picture that is taken as reference.
after
Path to the picture against which the reference is compared.
width
Fixed width for widget (in css units). The default is NULL, which results in intelligent automatic sizing based on the widget's container.
height
Fixed height for widget (in css units). The default is NULL, which results in intelligent automatic sizing based on the widget's container.