UNPKG

detect-features

Version:

Detect and report browser and hardware features.

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