0.1.1 • Published 1 year ago

glove-sdk v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

glove-sdk

glove-sdk is Glove testing sdk modules.

Start

Use npm

npm i glove-sdk
# or
pnpm i glove-sdk
# or
yarn add glove-sdk

In your project import the glove-sdk

import "glove-sdk";
// OK, It's done

Or add <script></script> in your html

<script>
  (function (w, d) {
    var s = d.createElement("script");
    s.src = "https://glove.gewulian.com/sdk.js";
    s.async = true;
    (d.head || d.body).appendChild(s);
  })(window, document);
</script>

More details view: Glove Website