diff --git a/readme.md b/readme.md index aa33883..ff58af6 100644 --- a/readme.md +++ b/readme.md @@ -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` - 编译后的文件 diff --git a/test/index.html b/test/index.html index db56ccc..e5c7c5a 100644 --- a/test/index.html +++ b/test/index.html @@ -1,3 +1,8 @@ +
+ + +