UNPKG

react-visibility-sensor

Version:

Sensor component for React that notifies you when it goes in or out of the window viewport.

11 lines (10 loc) 183 B
// karma.conf.js module.exports = function(config) { config.set({ frameworks: ["mocha"], preprocessors: { "**/*.jsx": ["jsx"] }, browsers: ["Chrome"] }); };