add curlyBrace shape

This commit is contained in:
saurabhg772244
2024-08-22 19:05:33 +05:30
parent 8e72611922
commit 1654a4b01c
3 changed files with 120 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ const newShapesSet5 = [
'card',
'shadedProcess',
] as const;
const newShapesSet6 = ['curlyBraces'];
// Aggregate all shape sets into a single array
const newShapesSets = [
@@ -48,6 +49,7 @@ const newShapesSets = [
newShapesSet3,
newShapesSet4,
newShapesSet5,
newShapesSet6,
] as const;
looks.forEach((look) => {