@bluepic/embed 0.4.0-next.184 → 0.4.0-next.187
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/bluepic-embed.iife.js +89 -89
- package/dist/bluepic-embed.umd.js +89 -89
- package/dist/components/TemplateEditor/BatchExportPopup.vue.d.ts +1 -1
- package/dist/main.cjs +63 -63
- package/dist/main.mjs +11947 -11916
- package/dist/style.css +1 -1
- package/dist/util/batch/export.d.ts +5 -4
- package/dist/util/export.d.ts +6 -2
- package/package.json +2 -2
|
@@ -44,7 +44,7 @@ type __VLS_Props = {
|
|
|
44
44
|
isVideoTemplate: boolean;
|
|
45
45
|
/** Rows a video batch may contain (tier). */
|
|
46
46
|
videoBatchMaxSize: number;
|
|
47
|
-
/** Whether outputs are charged in this context (false =
|
|
47
|
+
/** Whether outputs are charged in this context (false = the output is watermarked, which is free). */
|
|
48
48
|
consumesCredits: boolean;
|
|
49
49
|
/** Text bindings usable as file names: label → binding key. */
|
|
50
50
|
namingBindings: {
|