youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

tailwind.config.js (163B)


      1 module.exports = {
      2   content: ["./src/pages/**/*.{js,ts,jsx,tsx}"],
      3   theme: {
      4     extend: {},
      5   },
      6   variants: {
      7     extend: {},
      8   },
      9   plugins: [],
     10 };