svg to react:将SVG文件转换为React组件的工具 源码
将SVG文件转换为React组件的工具 安装 npm install -g @cpmech/svg-to-react 用法 $ svg-to-react 输出示例 SvgSync.tsx export interface SvgSyncProps { size ?: string ; // size of square container style ?: React . CSSProperties ; // not for height or width } export const SvgSync : React . FC < SvgSyncProps> = ( { size =
下载地址
用户评论