You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
I am currently building a React project and using this library. It failed but I got it to work by making one addition to the source code - line 2 of html2json.js now reads:
var DEBUG = false;
Also if you want to update the readme, I used import in this way successfully:
import HTML2json from 'html2json'; var json2HTML = HTML2json.json2html; var html2JSON = HTML2json.html2json;