yum/FastTextPager

Compressed text paging over OSC.

git clone https://git.yummers.dev/yum/FastTextPager

yumBegin roughing out STT UI82a5b38

master
188 B13 linesraw
1/** @type {import('tailwindcss').Config} */
2module.exports = {
3  content: [
4    "./*.html",
5    "./*.js",
6    "./src/**/*.{html,js}"
7  ],
8  theme: {
9    extend: {},
10  },
11  plugins: [],
12}
13