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