@pixelverse/strichjs-sdk 1.4.8 → 1.4.9

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/dist/strich.d.ts CHANGED
@@ -419,7 +419,7 @@ export declare interface OverlayConfiguration {
419
419
  * The image is supplied as a URL (e.g. https://example.com/assets/overlay.png) or inline as a data URL. The image
420
420
  * should have a transparent background (WebP or PNG format). The recommended size is 140x30 pixels.
421
421
  *
422
- * @remarks This is an enterprise-only capability.
422
+ * @remarks This is a capability that is only available as a paid add-on for Enterprise licenses.
423
423
  */
424
424
  customLogoSrc?: string;
425
425
  }