WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
306 stars 36 forks source link

Add toJSON to DetectedFace and DetectedBarcode #46

Closed beaufortfrancois closed 6 years ago

beaufortfrancois commented 6 years ago

This PR makes DetectedFace and DetectedBarcode interfaces serializable so that they can easily be transferred from workers.

beaufortfrancois commented 6 years ago

R: @yellowdoge