UNPKG

soccer-jersey-fixed

Version:

Generate soccer jerseys in SVG format. Fork of the original soccer-jersey package, so that @svgdotjs/svg.js dependency is retrieved from npmjs rather than github

3 lines (2 loc) 163 B
import { DrawSoccerJerseyProps } from '../types'; export declare const ReactTeamPage: (props: DrawSoccerJerseyProps) => import("react/jsx-runtime").JSX.Element;