Installation
The easiest way to use mitumJS is to install the package via npm. You can use npm package in both CommonJS and ESM (ES Module) formats.
If you wish to use it with TypeScript, clone the source code from Git.
# npm install (latest version is 2.1.14)
$ npm install @mitumjs/mitumjs
# or
$ git clone https://github.com/imfact-labs/mitumjs.git
# or
$ git clone git@github.com:imfact-labs/mitumjs.git
Last updated