#815 Rotation and flipping images

This commit is contained in:
Dolan
2021-03-15 02:41:37 +00:00
parent a3febae8a3
commit bd40b11ce4
33 changed files with 615 additions and 126 deletions

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 98.67,
"functions": 97.08,
"branches": 95.6,
"statements": 98.68,
"lines": 98.79,
"functions": 97.54,
"branches": 95.64,
"statements": 98.8,
"include": [
"src/**/*.ts"
],