UNPKG

@vladmandic/face-api

Version:

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

9 lines 248 B
export class ComposableTask { async then(onfulfilled) { return onfulfilled(await this.run()); } async run() { throw new Error('ComposableTask - run is not implemented'); } } //# sourceMappingURL=ComposableTask.js.map