v1.1.0
- Sync dict update from upstream OpenCC
- use std one cell instead of lazy_static (#1)
v1.0.0
- Stable semver version
- Add deno build
- Add better documentation and github page playground
- Update dict from OpenCC
- support exports field in package.json
Instead of
import init, {simplecc} from 'simplecc-wasm/pkg/web/simplecc_wasm';
Use
import init, {simplecc} from 'simplecc-wasm';
More info on exports field https://nodejs.org/api/packages.html#community-conditions-definitions and typescript customCondition config