UNPKG

detect-features

Version:

Detect and report browser and hardware features.

10 lines (8 loc) 183 B
// @ts-check /** * Tests for Animation Worklet support * * @returns {boolean} */ // @ts-ignore export default (() => (!!window.CSS && !!window.CSS.animationWorklet) || false)();