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

Remove static from getSupportedFormats specification. #63

Closed jchinlee closed 5 years ago

jchinlee commented 5 years ago

getSupportedFormats requires access to the Mojo service, which is a member variable and cannot be accessed from static methods.


Preview | Diff

jchinlee commented 5 years ago

Never mind, we'll create a throwaway BarcodeDetection for static functions.