+
+ {`// ${componentName}.tsx`}
+
+
+
+ {'// Auto-generated from current settings'}
+
+
+
+
+ import{' '}
+ {componentName}{' '}
+ from{' '}
+ {`'./${componentName}'`}
+
+
+
+ {`// Shape: ${selectedShape?.key ?? settings.shapeKey}`}
+
+
+ {`// Animation: ${animationLabel}`}
+
+
+ {`// Dash color: ${settings.halftone.dashColor}`}
+
+
+ {`// Rows: ${settings.halftone.numRows}`}
+
+
+
+