UNPKG

@vladmandic/face-api

Version:

JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS

7 lines 262 B
import { Box } from './Box'; export class BoundingBox extends Box { constructor(left, top, right, bottom, allowNegativeDimensions = false) { super({ left, top, right, bottom }, allowNegativeDimensions); } } //# sourceMappingURL=BoundingBox.js.map