Skip to content

v1.0.0

Compare
Choose a tag to compare
@rashgaroth rashgaroth released this 31 Oct 03:30
· 195 commits to master since this release

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);