diff --git a/README.md b/README.md index 8bf03f9..13fcb4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # colorcrop -A Go library for cropping images by removing borders with specified color. +A pure Go library for cropping images by removing borders with specified color. ## Installation @@ -8,6 +8,12 @@ A Go library for cropping images by removing borders with specified color. ## Usage +Import package with + +```go +import "github.com/nxshock/colorcrop" +``` + Crop white borders with 50% of thresold: ```go