add more info to readme, like examples. hopefully including pictures via github directly

This commit is contained in:
Bob - Home - Windows 2017-12-29 00:41:31 -05:00
parent b976c9474f
commit b4301c097f
3 changed files with 82 additions and 13 deletions

View file

@ -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