@wasm-fmt/web_fmt 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/jsr.jsonc +32 -0
- package/package.json +2 -2
- package/web_fmt_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/@wasm-fmt/web_fmt)
|
|
2
|
-
|
|
3
1
|
# Install
|
|
4
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@wasm-fmt/web_fmt)
|
|
4
|
+
|
|
5
5
|
```bash
|
|
6
6
|
npm install @wasm-fmt/web_fmt
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
[](https://jsr.io/@fmt/web-fmt)
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npx jsr add @fmt/web-fmt
|
|
13
|
+
```
|
|
14
|
+
|
|
9
15
|
# Usage
|
|
10
16
|
|
|
11
17
|
```javascript
|
package/jsr.jsonc
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fmt/web-fmt",
|
|
3
|
+
"collaborators": [
|
|
4
|
+
"magic-akari <akari.ccino@gmail.com>"
|
|
5
|
+
],
|
|
6
|
+
"description": "a formatter for web development powered by WASM",
|
|
7
|
+
"version": "0.1.7",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/wasm-fmt/web_fmt"
|
|
12
|
+
},
|
|
13
|
+
"module": "web_fmt.js",
|
|
14
|
+
"homepage": "https://github.com/wasm-fmt/web_fmt",
|
|
15
|
+
"types": "web_fmt.d.ts",
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"./snippets/*"
|
|
18
|
+
],
|
|
19
|
+
"keywords": [
|
|
20
|
+
"wasm",
|
|
21
|
+
"formatter",
|
|
22
|
+
"html",
|
|
23
|
+
"css",
|
|
24
|
+
"javascript"
|
|
25
|
+
],
|
|
26
|
+
"main": "web_fmt.js",
|
|
27
|
+
"type": "module",
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"access": "public"
|
|
30
|
+
},
|
|
31
|
+
"exports": "./web_fmt.js"
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"collaborators": [
|
|
4
4
|
"magic-akari <akari.ccino@gmail.com>"
|
|
5
5
|
],
|
|
6
|
-
"description": "a formatter for web development powered by
|
|
7
|
-
"version": "0.1.
|
|
6
|
+
"description": "a formatter for web development powered by WASM",
|
|
7
|
+
"version": "0.1.7",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
package/web_fmt_bg.wasm
CHANGED
|
Binary file
|