0.1.0-alpha.6 • Published 1 year ago
@fansitem/sdk v0.1.0-alpha.6
Manifest Javascript SDK
- Website: https://manifest.build
- Documentation: https://manifest.build/docs
Example React app
This repository includes a simple React app that you can use to test the JS SDK in real situation.
npm install
npm run build
npm pack
cd example
npm install
npm run startThen you can play around with the file src/App.tsx to try different features.
Usage
Install the SDK:
npm i @mnfst/sdkUse it in your project:
import Manifest from @mnfst/sdk
// Initialize client.
const manifest = new Manifest()See the Manifest JS SDK doc
0.1.0-alpha.6
1 year ago