Package Exports
- @nifty-oss/asset
- @nifty-oss/asset/dist/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nifty-oss/asset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A Umi-compatible JavaScript library for Nifty Asset program.
Getting started
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/asset
Finally, register the library with your Umi instance.
import { niftyAsset } from '@nifty-oss/asset'; umi.use(niftyAsset());
Contributing
Check out the Contributing Guide the learn more about how to contribute to this library.