1.0.1 • Published 2 years ago

@hiogawa/sudachi.wasm v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

sudachi-wasm

# build
npm i
npm run dev

# embed dictoinary in wasm file
SUDACHI_WASM_EMBED_DICTIONARY="$PWD/packages/cli/data/sudachi-dictionary-20220729/system_small.dic" npm run dev:embed

# release
npm run build
npm publish --access public