Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
149 Bytes
import ScrollReveal from 'scrollreveal';
const isSSR = typeof window === 'undefined';
const sr = isSSR ? null : ScrollReveal();
export default sr;