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

10 lines (9 loc) 260 B
/** * Generate Soccer Jersey SVG images. Generates Data URIs that * can be used directly as image src. */ import drawSoccerJersey from './utils/draw-soccer-jersey'; const SoccerJersey = { draw: drawSoccerJersey, }; export default SoccerJersey;