1.1.2 • Published 11 months ago

@hautechai/widgets v1.1.2

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

Hautech widgets

Example

const widget = Widget.init(document.getElementById("widget")!, {
  handlers: {
    onGetAuthToken: async () => "<TOKEN HERE>",
    onDownloadImage: async ({ imageId }, sdk) => {
      const image = await sdk.images.get({ id: imageId });
      console.log(image?.url);
    },
  },
  props: {
    collectionId: "123",
    input: {
      model: "linda",
      productImageId: "<PRODUCT_IMAGE_ID>",
      prompt: "<PROMPT>",
      seed: 42,
      aspectRatio: "12:5",
    },
  },
});

widget.setProps?.({
  input: {
    model: "linda",
    productImageId: "<PRODUCT_IMAGE_ID>",
    prompt: "new prompt",
    seed: 42,
    aspectRatio: "12:5",
  },
});

widget.start?.();
1.1.1

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.5.8

1 year ago

0.5.7

1 year ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.1.2

11 months ago

1.0.3

12 months ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.5.2

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.1.14

1 year ago