mobx-template
TypeScript icon, indicating that this package has built-in type declarations

6.4.33 • Public • Published

Installing

Using npm:

$ npm install wj-sdk-js

Using yarn:

$ yarn add wj-sdk-js

Using js:

<script src="../wj-sdk-js/dist/wjsdk.js"></script>

Example

import { WjUpload } from 'wj-sdk-js';

// Uploading
WjUpload.upload(file, config).then();

// Global is used only once, not required
WjUpload.setUp(config); 

NOTE: async/await is part of ECMAScript 2017 and is not supported in Internet

/mobx-template/

    Package Sidebar

    Install

    npm i mobx-template

    Weekly Downloads

    23

    Version

    6.4.33

    License

    ISC

    Unpacked Size

    275 kB

    Total Files

    29

    Last publish

    Collaborators

    • sevenvip666