Skip to content
web_fmt / 0.1.6

web_fmt 0.1.6

Install from the command line:
Learn more about npm packages
$ npm install @wasm-fmt/web_fmt@0.1.6
Install via package.json:
"@wasm-fmt/web_fmt": "0.1.6"

About this version

npm

Install

npm install @wasm-fmt/web_fmt

Usage

import init, { format } from "@wasm-fmt/web_fmt";

await init();

const input = `function foo() {console.log("Hello, world!")}`;

const formatted = format(input, "index.js");
console.log(formatted);

For Vite users:

import init, { format } from "@wasm-fmt/web_fmt/vite";

// ...

Details


Assets

  • web_fmt-0.1.6.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0