@souldi/try-on 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,6 +83,7 @@ Add a try-on button for a specific garment. Call once per product on the page.
83
83
  |--------|------|----------|-------------|
84
84
  | `containerId` | `string` | Yes | ID of the DOM element where the button will render |
85
85
  | `garmentUrl` | `string` | Yes | Public URL of the garment image |
86
+ | `internalId` | `string` | No | Your internal/vendor id for this garment; correlated server-side |
86
87
  | `targetImageId` | `string` | No | ID of an `<img>` element to auto-swap with the try-on result |
87
88
 
88
89
  ---