@fansitem/sdk
v0.1.0-alpha.6
Published
Manifest Javascript SDK
Downloads
3
Maintainers
Readme
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 start
Then you can play around with the file src/App.tsx
to try different features.
Usage
Install the SDK:
npm i @mnfst/sdk
Use it in your project:
import Manifest from @mnfst/sdk
// Initialize client.
const manifest = new Manifest()
See the Manifest JS SDK doc