yum/FastTextPager
Compressed text paging over OSC.
git clone https://git.yummers.dev/yum/FastTextPager
82a5b38
master
1/** @type { import('tailwindcss').Config } */ 2module . exports = { 3content :[ 4"./*.html" , 5"./*.js" , 6"./src/**/*.{html,js}" 7], 8theme :{ 9extend :{}, 10}, 11plugins :[], 12} 13