utils.htmlParser.parse "html-to-react"

박은영·2019년 11월 25일
0

https://www.npmjs.com/package/html-to-react

import * as utils from "common/utils";
utils.htmlParser.parse("태그가 포함된 문자열")
import { Parser } from 'html-to-react';
export const htmlParser = new Parser();

0개의 댓글