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

4 lines (3 loc) 124 B
import drawSoccerJersey from './utils/draw-soccer-jersey'; declare const draw: typeof drawSoccerJersey; export { draw };