mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
736 B
736 B
@svgr/hast-util-to-babel-ast
Transforms HAST into Babel AST.
Install
npm install --save-dev @svgr/hast-util-to-babel-ast
Usage
import { parse } from 'svg-parser'
import hastToBabelAst from '@svgr/hast-util-to-babel-ast'
const hastTree = parse(`<svg></svg>`)
const babelTree = hastToBabelAst(hastTree)
License
MIT