It's 2024. You should use tsup instead of this.
🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs
bundle
✨ .d.ts
bundle + type-checking
It's 2024. You should use tsup instead of this.
🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs
bundle
✨ .d.ts
bundle + type-checking
// <DIR>/src/hooks/useLocoScroll.js | |
import gsap from "gsap"; | |
import ScrollTrigger from "gsap/ScrollTrigger"; | |
import { useEffect } from "react"; | |
import LocomotiveScroll from "locomotive-scroll"; | |
// REPLACE THIS WITH YOUR STYLES | |
import "@styles/locomotive-scroll.scss"; |
import json | |
import os | |
import time | |
import webbrowser | |
import sys | |
import re | |
def handleWindows(extra_seconds): | |
print("OS : Windows") |