kira-arts 1.2.4 → 1.2.5

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.
package/dist/index.cjs CHANGED
@@ -2931,7 +2931,7 @@ async function drawShipCard(ctx, width, height, layout) {
2931
2931
  ctx.textAlign = "left";
2932
2932
  ctx.font = withFallback("13px Helvetica");
2933
2933
  ctx.fillStyle = "rgba(255, 255, 255, 0.65)";
2934
- ctx.fillText(`LA COMPATIBILIDAD ES ${layout.percentage}%`.toUpperCase(), 54, 37);
2934
+ ctx.fillText(`COMPATIBILITY IS ${layout.percentage}%`.toUpperCase(), 54, 37);
2935
2935
  ctx.font = withFallback("24px Helvetica Bold");
2936
2936
  ctx.shadowColor = "rgba(0, 0, 0, 0.6)";
2937
2937
  ctx.shadowBlur = 12;