mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-30 07:53:52 +01: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