Package Exports
- shape-detection
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shape-detection) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ShapeDetection polyfill
The WICG Shape Detection specification provides access from the Web to the native platform's capabilities to detect shapes in moving or still images. The shapes can be e.g. 1- or 2-D barcodes, text or human faces.
This polyfill bridges the gaps among browsers and platforms since not all provide the same capabilities.
Demo
- Barcode detection demo created from this very repository.