1.0.0 • Published 9 months ago

@shop25/tracking-widget v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Install

npm i @shop25/tracking-widget

// version less than 1.0.0 is depreceted

Usage

import { TrackingClient } from "@shop25/tracking-widget";

const client = new TrackingClient({ host: "https://yourhost.com" });
const widget = client.createWidget();

widget
  .remote()
  ?.emit("tracking/toTrack", { carrier: "1", number: "", service: "" });

widget.remote()?.on("tracking/mounted", () => {
  console.log("mounted");
});
1.0.0

9 months ago

0.9.0

9 months ago