新增描述

This commit is contained in:
kura 2024-12-17 11:51:40 +08:00
parent 6d839d9e50
commit 84d5c60665
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# libwebp 压缩图片的 wasm 实现 # libwebp 压缩图片的 wasm 实现
使用 WebAssembly 实现的 libwebp 图片压缩工具。支持调整宽高和压缩质量。 使用 WebAssembly 实现的 libwebp 图片压缩与同时转换成webp格式工具。支持调整宽高和压缩质量。
[在线demo](https://kuraa.cc/upload/index.html)
[git](https://git.kuraa.cc/kura/libwebp-compress)
## 目录结构 ## 目录结构
- `/output` - 编译后的文件 - `/output` - 编译后的文件

View File

@ -1,3 +1,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>libwebp 压缩图片的 wasm 实现</title>
</head>
<body> <body>
WebP 图: WebP 图:
<span>压缩:<span id="webpSize"></span></span> <span>压缩:<span id="webpSize"></span></span>