@thinkable-labs/lower-third-generator 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/dist/renderer.js +1 -0
  2. package/package.json +1 -1
package/dist/renderer.js CHANGED
@@ -77,6 +77,7 @@ async function renderLowerThird(options) {
77
77
  imageFormat: "png",
78
78
  outputLocation: outputPath,
79
79
  inputProps: { text: options.text },
80
+ muted: true,
80
81
  ...(options.binariesDirectory ? { binariesDirectory: options.binariesDirectory } : {}),
81
82
  });
82
83
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkable-labs/lower-third-generator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Generate lower third videos with alpha channel using Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",