Transformative
+Builds optimized HTML for arbitrary image, video and YouTube syntax, such as URLs, markdown or JSX tags.
From 26192989067936cb69a0e5925c431555c06bcb29 Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Wed, 27 Dec 2023 06:08:26 +0300 Subject: [PATCH] docs --- docs/.vitepress/config.ts | 1 + docs/index.md | 190 +++++++++++++++++++++++++++++++++----- 2 files changed, 167 insertions(+), 24 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index dd5215a..18b50fd 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -8,6 +8,7 @@ import youtube from "imgit/youtube"; export default defineConfig({ title: "imgit", titleTemplate: ":title • imgit", + appearance: "dark", cleanUrls: true, lastUpdated: true, markdown: md, diff --git a/docs/index.md b/docs/index.md index f8fb7fa..da49df0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,35 +17,93 @@ hero: image: src: /img/hero.webp alt: imgit - -features: - - icon: ✨ - title: Transformative - details: Builds optimized HTML for arbitrary image, video and YouTube syntax, such as URLs, markdown or JSX tags. - - icon: ⚡ - title: Accelerating - details: Encodes to the modern AV1/AVIF format compressing by up to 90% without noticeable quality loss. Supports GPU acceleration. - - icon: ♻️ - title: Polyglot - details: Works with most known media formats: JPEG, PNG, APNG, SVG, GIF, WEBP, WEBM, MP4, AVI, MOV, MKV, BMP, TIFF, TGA and even PSD. - - icon: 🌊 - title: Smooth - details: Generates tiny blurred covers from the source content to be beautifully crossfaded into HD originals once lazy-loaded. - - icon: 📐 - title: Adaptive - details: Optionally scales down the content to specified threshold while preserving high-resolution variants for high-DPI displays. - - icon: 🌐 - title: Outgoing - details: Fetches from remote sources, such as image hostings. Uploads optimized content to designated endpoint, such as CDN. - - icon: 🗺️ - title: Omnipresent - details: Built-in plugins for Astro, SvelteKit, SolidStart, VitePress, Nuxt and Remix. Adapters for Node, Deno and Bun runtimes. --- +