Home Reference Source Repository

src/index.js

  1. /**
  2. * Exposure of the library components.
  3. *
  4. * @module feature-detector
  5. */
  6.  
  7. export { Detector } from "./core";
  8.  
  9. export {
  10. Feature,
  11. FeatureId,
  12. CanvasFeature,
  13. FileFeature,
  14. TypedArrayFeature,
  15. WebGLFeature,
  16. WorkerFeature
  17. } from "./features";