1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-17 01:32:29 +02:00

improving performance

This commit is contained in:
Patrik J. Braun
2019-03-10 20:57:27 +01:00
parent 9f1490bc6d
commit 0500ad0e68
13 changed files with 53 additions and 41 deletions

View File

@ -194,8 +194,8 @@ export class TestHelper {
const f: FaceRegion = {
name: rndStr() + '.jpg',
box: {
x: rndInt(),
y: rndInt(),
left: rndInt(),
top: rndInt(),
width: rndInt(),
height: rndInt()
}