svg2png-wasm
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "svg2png-wasm", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A svg to png converter made with wasm.", | ||
@@ -29,6 +29,6 @@ "main": "dist/index.cjs", | ||
"format": "run-p format:*", | ||
"format:all": "prettier --write .", | ||
"format:all": "prettier --write --plugin-search-dir=. .", | ||
"format:rust": "cargo fmt", | ||
"lint": "run-p lint:*", | ||
"lint:js": "prettier --check .", | ||
"lint:js": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .prettierignore .", | ||
"lint:rust": "cargo fmt -- --check && cargo clippy", | ||
@@ -72,2 +72,5 @@ "test": "run-p test:vrt test:node", | ||
"esbuild": "^0.13.3", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^3.2.1", | ||
"glob": "^7.2.0", | ||
@@ -77,2 +80,4 @@ "jest": "^27.2.4", | ||
"prettier": "^2.4.1", | ||
"prettier-plugin-svelte": "^2.4.0", | ||
"svelte": "^3.43.2", | ||
"reg-cli": "^0.17.3", | ||
@@ -79,0 +84,0 @@ "rimraf": "^3.0.2", |
@@ -15,2 +15,6 @@ # <img src="./logo.svg" width="150px"> | ||
## 📊 Benchmark | ||
[Benchmark result](./benchmark/README.md) | ||
## 💻 Usage | ||
@@ -17,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
1919748
191
22