From 39a70a9d97fe7a386a08528939ba8c1e43da0e1e Mon Sep 17 00:00:00 2001 From: yisibl Date: Tue, 15 Feb 2022 19:06:15 +0800 Subject: [PATCH] chore: rename @resvg/resvg-js-wasm to @resvg/resvg-wasm --- wasm/README.md | 13 ++++--------- wasm/package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/wasm/README.md b/wasm/README.md index 98114e68..dbbdc741 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -1,16 +1,11 @@ # resvg-js GitHub CI Status -npm version +npm version > resvg-js is a high-performance SVG renderer, powered by Rust based [resvg](https://github.com/RazrFalcon/resvg/) and [napi-rs](https://github.com/napi-rs/napi-rs). -This is the **WASM** binary for [`@resvg/resvg-js`](https://github.com/yisibl/resvg-js) +This is the **WebAssembly** binary for [`@resvg/resvg-js`](https://github.com/yisibl/resvg-js) +## Playground -## Installation - -```shell -npm i `@resvg/resvg-js-wasm` -cnpm i `@resvg/resvg-js-wasm` -pnpm i `@resvg/resvg-js-wasm` -``` +https://resvg-js.vercel.app \ No newline at end of file diff --git a/wasm/package.json b/wasm/package.json index 0a46aff7..a1f68387 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -1,5 +1,5 @@ { - "name": "@resvg/resvg-js-wasm", + "name": "@resvg/resvg-wasm", "version": "1.4.0", "description": "A high-performance SVG renderer, powered by Rust based resvg and napi-rs", "main": "index.js",