UNPKG

@rosskevin/ifvisible

Version:

Cross-browser, lightweight way to check if user is looking at the page or interacting with it. (wrapper around HTML5 visibility api)

12 lines (10 loc) 261 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@alienfast/tsconfig/react-lib.json", "compilerOptions": { "outDir": "dist/es", "rootDir": "src" }, "include": ["./src/**/*", "./scripts/**/*"], "exclude": ["node_modules"] }