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) 274 B
/** * Generate Soccer Jersey SVG images. Generates Data URIs that * can be used directly as image src. */ import drawSoccerJersey from './utils/draw-soccer-jersey'; declare const SoccerJersey: { draw: typeof drawSoccerJersey; }; export default SoccerJersey;