SIGN IN SIGN UP
esimov / caire UNCLAIMED

Content aware image resize library

0 0 1 Go
all:
@./build.sh
clean:
@rm -f caire
install: all
@cp caire /usr/local/bin
uninstall:
@rm -f /usr/local/bin/caire
package:
2022-12-08 10:16:13 +02:00
@NOCOPY=1 ./build.sh package
test:
2022-12-08 10:46:43 +02:00
go test -v -json ./... -run=. > ./test-report.json -coverprofile=coverage.out