benjamine / jsondiffpatch

Diff & patch JavaScript objects
MIT License
4.83k stars 472 forks source link

Custom Formatters #299

Open jvpepino opened 4 years ago

jvpepino commented 4 years ago

How would I create a custom formatter if I’ve installed jsondiffpatch via npm?

I am trying to turn off the a game arrows and figure one way I can do that is by using a custom formatter which extends the existing HtmlFormatter.

Would I need to copy the source code into my Angular project to accomplish this?