inputx-nihongo-wasm 1.5.0

WASM bindings for inputx-nihongo — Japanese romaji → hiragana/katakana + on-yomi kanji + jukugo, browser/Node ready. Powers the Inputx IME web surface.
Documentation
{
  "name": "inputx-nihongo-wasm",
  "type": "module",
  "collaborators": [
    "GOLIA K.K."
  ],
  "description": "WASM bindings for inputx-nihongo — Japanese romaji → hiragana/katakana + on-yomi kanji + jukugo, browser/Node ready. Powers the Inputx IME web surface.",
  "version": "1.5.0",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/goliajp/inputx"
  },
  "files": [
    "inputx_nihongo_wasm_bg.wasm",
    "inputx_nihongo_wasm.js",
    "inputx_nihongo_wasm.d.ts"
  ],
  "main": "inputx_nihongo_wasm.js",
  "homepage": "https://github.com/goliajp/inputx",
  "types": "inputx_nihongo_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "japanese",
    "ime",
    "romaji",
    "wasm",
    "wasm-bindgen"
  ]
}