UNPKG

js.foresight-devtools

Version:

Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization

4 lines (3 loc) 136 B
export var getIntersectingIcon = function (isIntersectingWithViewport) { return isIntersectingWithViewport ? "👁️" : "🚫"; };