UNPKG

html2react-json

Version:

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

13 lines (11 loc) 181 B
/** * Sagui configuration object * see: http://sagui.js.org/ */ module.exports = { pages: ['index'], libraries: ['html2react-json'], styles: { cssModules: false } }