UNPKG

html2react-json

Version:

Convert HTML/SVG text to React JSON as defined by https://github.com/gorangajic/react-render-to-json

9 lines (8 loc) 176 B
gh-pages: git checkout gh-pages git merge master npm run build cp dist/* . git add . && git commit -m "Update github pages" git push origin gh-pages git checkout master