English
Appearance
Determines if an element is visible within the viewport.
import { inViewport } from 'rattail' const isVisible = inViewport(document.querySelector('div'))
element
HTMLElement
boolean