Newer
Older
function recognizeFromPoints(points) {
return {
shape: Shapes.rectangle,
points,
}
}
export const Shapes = {
rectangle: "rect",
function recognizeFromPoints(points) {
return {
shape: Shapes.rectangle,
points,
}
}
export const Shapes = {
rectangle: "rect",