fuzzy
fuzzy copied to clipboard
Better integration with clients that aren't willing to use innerHTML
Right now fuzzy returns formatted string results like this:
"<b>t</b>est"
That doesn't work well with clients that don't insert into the DOM with innerHTML, like React. Need to find a better way
Check out PR #17 for an example