Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 authored Nov 23, 2024
1 parent 792764a commit 93e7f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
| [yaml](rust-plugins/yaml) | Convert YAML files to ES6 modules |
| [mdx](rust-plugins/mdx) | Convert md(x) files to React component |
| [react-components](rust-plugins/react-components) | On-demand components auto importing for React |
| [svgr](rust-plugins/svgr) | React svg component generator |
| [strip](rust-plugins/strip) | Remove `debugger` statements and functions like `assert.equal` from your code. |
| [url](rust-plugins/url) | Imports files as data-URIs or ES Modules. |
| [virtual](rust-plugins/virtual) | Load virtual modules from memory |
| [icons](rust-plugins/icons) | Load Access thousands of icons as components on-demand universally. (Inspired by [unplugin-icons](https://github.com/unplugin/unplugin-icons)) |
| [wasm](rust-plugins/wasm) | Add WebAssembly ESM integration support generated modules. |
| [worker](rust-plugins/worker) | A web worker script can be imported using new Worker() and new SharedWorker().(Inspired by [vite](https://github.com/vitejs/vite)) |
| [svgr](rust-plugins/svgr) | React svg component generator |
| [wasm](rust-plugins/wasm) | Add WebAssembly ESM integration support generated modules. |
| [worker](rust-plugins/worker) | A web worker script can be imported using new Worker() and new SharedWorker().(Inspired by [vite](https://github.com/vitejs/vite)) |
| | |

### JavaScript plugins
Expand Down

0 comments on commit 93e7f61

Please sign in to comment.