1 Star 0 Fork 0

开源参考/squish

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
Addy Osmani 提交于 2024-12-15 16:23 +08:00 . Add meta information
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Primary Meta Tags -->
<title>Squish - Batch Browser-based Image Compression</title>
<meta name="title" content="Squish - Browser-based Image Compression">
<meta name="description" content="Fast, efficient batch image compression right in your browser. Supports AVIF, JPEG, JXL, PNG, and WebP formats with adjustable quality settings.">
<meta name="keywords" content="image, compression, squish, batch, avif, jpeg, jxl, png, webp, quality, lossless, lossy, browser, web, app, tool, utility, free, open-source, fast, efficient, simple, easy, fast, quick, online, offline, pwa, progressive, web, application, webapp, web-app">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Icons -->
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="icon" type="image/png" sizes="128x128" href="/image-128x128.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/image-512x512.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/image-512x512.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://squish.addy.ie">
<meta property="og:title" content="Squish - Batch Browser-based Image Compression">
<meta property="og:description" content="Fast, efficient batch image compression right in your browser. Supports AVIF, JPEG, JXL, PNG, and WebP formats with adjustable quality settings.">
<meta property="og:image" content="https://squish.addy.ie/meta.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://squish.addy.ie">
<meta property="twitter:title" content="Squish - Batch Browser-based Image Compression">
<meta property="twitter:description" content="Fast, efficient batch image compression right in your browser. Supports AVIF, JPEG, JXL, PNG, and WebP formats with adjustable quality settings.">
<meta property="twitter:image" content="https://squish.addy.ie/meta.jpg">
<!-- Theme Color -->
<meta name="theme-color" content="#18181b">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open_source_reference/squish.git
git@gitee.com:open_source_reference/squish.git
open_source_reference
squish
squish
main

搜索帮助