cf-visibility-check
v0.1.1
Published
Check whether an entity is considered visible.
Downloads
541
Readme
cf-visibility-check
Check whether an entity is considered visible.
Installation
npm install cf-visibility-check
Usage
var isVisible = require('cf-visibility-check')
if (isVisible(entity)) {
console.log('Entity is visible!')
}
Credits
Licence
Licensed under the New BSD License