I am using react-email-editor to edit email templates. Now I want to save template data in html format and also want to load html data in editor. As react-email-editor is loading data in json format(I have used onLoad function and passes json data in it), but now the question is how can I load editor data using html.
Is there any method to convert html to json format using this package?
Or if there is any other method to do this please suggest.