Highlights
- Pro
Pinned Loading
-
-
Auto scale font size for quick & dir...
Auto scale font size for quick & dirty responsive 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8" />
5<link rel="icon" type="image/png" href="/images/logo.png" />
-
Webp converter that auto convert eve...
Webp converter that auto convert every (*.jpg *.jpeg *.tif *.tiff *.png) files into webp and keep the original extension (OVERRIDE original files) 1@echo off
2setlocal enabledelayedexpansion
34set "PARAMS=-m 6 -q 70 -mt -af -progress"
5 -
Simple vite.config.ts setup manualCh...
Simple vite.config.ts setup manualChunks for each package, auto lazyload. 1import { defineConfig } from 'vite'
2import solid from 'vite-plugin-solid'
3import tsconfigPaths from 'vite-tsconfig-paths'
45export default defineConfig({
-
Sample index.css match common use ca...
Sample index.css match common use cases with TailwindCSS 1@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
2@tailwind base;
3@tailwind components;
4@tailwind utilities;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.