Skip to content

Commit

Permalink
chore: rename @resvg/resvg-js-wasm to @resvg/resvg-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Feb 15, 2022
1 parent 9b3bd93 commit 39a70a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions wasm/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# resvg-js

<a href="https://github.com/yisibl/resvg-js/actions"><img alt="GitHub CI Status" src="https://github.com/yisibl/resvg-js/workflows/CI/badge.svg?branch=main"></a>
<a href="https://www.npmjs.com/package/@resvg/resvg-js-wasm"><img src="https://img.shields.io/npm/v/@resvg/resvg-js-wasm.svg?sanitize=true" alt="npm version"></a>
<a href="https://www.npmjs.com/package/@resvg/resvg-wasm"><img src="https://img.shields.io/npm/v/@resvg/resvg-wasm.svg?sanitize=true" alt="npm version"></a>

> 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
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 39a70a9

@vercel
Copy link

@vercel vercel bot commented on 39a70a9 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.