新增描述
This commit is contained in:
parent
6d839d9e50
commit
84d5c60665
@ -1,7 +1,8 @@
|
||||
# libwebp 压缩图片的 wasm 实现
|
||||
|
||||
使用 WebAssembly 实现的 libwebp 图片压缩工具。支持调整宽高和压缩质量。
|
||||
|
||||
使用 WebAssembly 实现的 libwebp 图片压缩与同时转换成webp格式工具。支持调整宽高和压缩质量。
|
||||
[在线demo](https://kuraa.cc/upload/index.html)
|
||||
[git](https://git.kuraa.cc/kura/libwebp-compress)
|
||||
## 目录结构
|
||||
|
||||
- `/output` - 编译后的文件
|
||||
|
@ -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>
|
||||
WebP 图:
|
||||
<span>压缩:<span id="webpSize"></span></span>
|
||||
|
Loading…
Reference in New Issue
Block a user