@remotion/eslint-plugin 4.0.355 → 4.0.357
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/cjs/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -49,7 +49,7 @@ var import_utils2 = require("@typescript-eslint/utils");
|
|
|
49
49
|
var createRule2 = import_utils2.ESLintUtils.RuleCreator(() => {
|
|
50
50
|
return `https://github.com/remotion-dev/remotion`;
|
|
51
51
|
});
|
|
52
|
-
var EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2.
|
|
52
|
+
var EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2. Remotion will round down your dimensions to satisfy this constraint. Ignore this warning if you don't plan on rendering this video with a H264 or H265 codec.";
|
|
53
53
|
var even_dimensions_default = createRule2({
|
|
54
54
|
name: "even-dimensions",
|
|
55
55
|
meta: {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -52,7 +52,7 @@ var init_deterministic_randomness = __esm(() => {
|
|
|
52
52
|
|
|
53
53
|
// src/rules/even-dimensions.ts
|
|
54
54
|
import { ESLintUtils as ESLintUtils2 } from "@typescript-eslint/utils";
|
|
55
|
-
var createRule2, EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2.
|
|
55
|
+
var createRule2, EvenDimensions = "Videos rendered in H264/H265 codec do not support dimensions that are not divisible by 2. Remotion will round down your dimensions to satisfy this constraint. Ignore this warning if you don't plan on rendering this video with a H264 or H265 codec.", even_dimensions_default;
|
|
56
56
|
var init_even_dimensions = __esm(() => {
|
|
57
57
|
createRule2 = ESLintUtils2.RuleCreator(() => {
|
|
58
58
|
return `https://github.com/remotion-dev/remotion`;
|
package/package.json
CHANGED