v1.0.0
Releasing our Upbond embed
now you can install our embed library based on npm
or yarn
This is the main class of anything related to Upbond Embed
const Upbond = require("@upbond/embed");
Using ES6
import Upbond from "@upbond/embed";
Then, create a new instance of Upbond
const upbond = new Upbond(options);