soccer-jersey-fork 1.0.107 → 1.0.108

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,7 +150,7 @@ export default function drawSoccerJersey({ shirtColor = "plain", shirtStyle, shi
150
150
  */
151
151
  if (texts && texts.length > 0) {
152
152
  for (const textItem of texts) {
153
- const { text, color, size, outlineColor, backgroundColor, backgroundShape, fontFamily = "Impact", fontWeight, fontStyle, x, y, } = textItem;
153
+ const { text, color, size, outlineColor, backgroundColor, backgroundShape, fontFamily, fontWeight, fontStyle, x, y, } = textItem;
154
154
  const drawText = (elem) => {
155
155
  return elem
156
156
  .text(text)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soccer-jersey-fork",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "description": "Generate soccer jerseys in SVG format",
5
5
  "main": "lib/index.js",
6
6
  "author": "nadchif (https://github.com/nadchif)",