0.1.0-alpha.6 • Published 11 months ago

@fansitem/sdk v0.1.0-alpha.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Manifest Javascript SDK

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