mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
add more info to readme, like examples. hopefully including pictures via github directly
This commit is contained in:
parent
b976c9474f
commit
b4301c097f
3 changed files with 82 additions and 13 deletions
|
@ -8,7 +8,9 @@ module key_shape(width, height, width_difference, height_difference, corner_size
|
|||
roundedSquare([width - width_difference, height - height_difference], corner_size);
|
||||
} else if ($key_shape_type == "circle") {
|
||||
circle(d=width - width_difference);
|
||||
}
|
||||
} else if ($key_shape_type == "square") {
|
||||
square([width - width_difference, height - height_difference], center = true);
|
||||
}
|
||||
}
|
||||
|
||||
// centered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue