A Umi-compatible JavaScript library for Nifty Bridge program.
-
First, if you're not already using Umi, follow these instructions to install the Umi framework.
-
Next, install this library using the package manager of your choice.
npm install @nifty-oss/bridge
-
Finally, register the library with your Umi instance like so.
import { niftyBridge } from '@nifty-oss/bridge'; umi.use(niftyBridge());
Check out the Contributing Guide the learn more about how to contribute to this library.