UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

6 lines 234 B
import { doc, isBrowser } from '../../internal/env'; export const styles = isBrowser ? doc.createElement('style') : null; if (styles) { styles.innerHTML = '* { user-select: none !important; }'; } //# sourceMappingURL=styles.js.map