diff --git a/types/types.go b/types/types.go new file mode 100644 index 0000000..583dc65 --- /dev/null +++ b/types/types.go @@ -0,0 +1,5 @@ +package types + +type BoundingBox struct { + Left, Top, Right, Bottom int +}