@remotion/eslint-plugin 4.0.278 → 4.0.280
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
|
@@ -733,7 +733,7 @@ var createRule12 = import_utils12.ESLintUtils.RuleCreator(() => {
|
|
|
733
733
|
var NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.";
|
|
734
734
|
var NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.";
|
|
735
735
|
var NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
|
|
736
|
-
var NoNativeVideoTag = "Use the <
|
|
736
|
+
var NoNativeVideoTag = "Use the <OffthreadVideo /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
|
|
737
737
|
var warn_native_media_tag_default = createRule12({
|
|
738
738
|
name: "warn-native-media-tag",
|
|
739
739
|
meta: {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -758,7 +758,7 @@ var init_volume_callback = __esm(() => {
|
|
|
758
758
|
|
|
759
759
|
// src/rules/warn-native-media-tag.ts
|
|
760
760
|
import { ESLintUtils as ESLintUtils12 } from "@typescript-eslint/utils";
|
|
761
|
-
var createRule12, NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.", NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.", NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", NoNativeVideoTag = "Use the <
|
|
761
|
+
var createRule12, NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.", NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.", NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", NoNativeVideoTag = "Use the <OffthreadVideo /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", warn_native_media_tag_default;
|
|
762
762
|
var init_warn_native_media_tag = __esm(() => {
|
|
763
763
|
createRule12 = ESLintUtils12.RuleCreator(() => {
|
|
764
764
|
return `https://github.com/remotion-dev/remotion`;
|
package/package.json
CHANGED