We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfba80e + ca0340a commit 4caa88cCopy full SHA for 4caa88c
index.mjs
@@ -0,0 +1,4 @@
1
+import HTMLReactParser from './index.js';
2
+
3
+export default HTMLReactParser;
4
+export const { domToReact, htmlToDOM, attributesToProps } = HTMLReactParser;
package.json
@@ -4,6 +4,7 @@
"description": "HTML to React parser.",
5
"author": "Mark <mark@remarkablemark.org>",
6
"main": "index.js",
7
+ "module": "index.mjs",
8
"scripts": {
9
"benchmark": "node benchmark",
10
"build": "rollup --config",
0 commit comments