Adding new step props: observables + highlight selectors
Thanks to the awesome @qboot work on #266 now is possible to:
- highlight multiple elements passing an Array of selectors into the new step prop
highlightedSelectors
- redraw the svg mask when node mutations happens passing selectors to
mutationObservables
- redraw the mask when node resizes happens, passing them to
resizeObservables
.
More details on readme