@remotion/web-renderer
Advanced tools
| import type { LinearGradientInfo } from './parse-linear-gradient'; | ||
| export declare const getPrecomposeRectForMask: (element: HTMLElement | SVGElement) => DOMRect; | ||
| export declare const handleMask: ({ gradientInfo, rect, precomposeRect, tempContext, scale, }: { | ||
| export declare const handleMask: ({ gradientInfo, maskRect, precomposeRect, tempContext, scale, }: { | ||
| gradientInfo: LinearGradientInfo; | ||
| rect: DOMRect; | ||
| maskRect: DOMRect; | ||
| precomposeRect: DOMRect; | ||
@@ -7,0 +7,0 @@ tempContext: OffscreenCanvasRenderingContext2D; |
| type TextDecorationLine = 'underline' | 'overline' | 'line-through'; | ||
| export type TextDecorationStyle = 'solid' | 'double' | 'dotted' | 'dashed'; | ||
| export type TextDecoration = { | ||
@@ -6,2 +7,3 @@ lines: TextDecorationLine[]; | ||
| thickness: number; | ||
| style: TextDecorationStyle; | ||
| }; | ||
@@ -8,0 +10,0 @@ export declare const parseTextDecoration: ({ onlyBackgroundClipText, style, }: { |
@@ -8,3 +8,3 @@ import type { Quality } from 'mediabunny'; | ||
| export declare const isAudioOnlyContainer: (container: WebRendererContainer) => boolean; | ||
| export declare const codecToMediabunnyCodec: (codec: WebRendererVideoCodec) => "av1" | "avc" | "hevc" | "vp8" | "vp9"; | ||
| export declare const codecToMediabunnyCodec: (codec: WebRendererVideoCodec) => "av1" | "avc" | "hevc" | "prores" | "vp8" | "vp9"; | ||
| export declare const containerToMediabunnyContainer: (container: WebRendererContainer) => OutputFormat; | ||
@@ -11,0 +11,0 @@ export declare const getDefaultVideoCodecForContainer: (container: WebRendererContainer) => WebRendererVideoCodec | null; |
+15
-15
@@ -6,3 +6,3 @@ { | ||
| "name": "@remotion/web-renderer", | ||
| "version": "4.0.484", | ||
| "version": "4.0.485", | ||
| "main": "dist/index.js", | ||
@@ -21,20 +21,20 @@ "type": "module", | ||
| "author": "Remotion <jonny@remotion.dev>", | ||
| "license": "UNLICENSED", | ||
| "license": "SEE LICENSE IN LICENSE.md", | ||
| "dependencies": { | ||
| "@mediabunny/mp3-encoder": "1.47.0", | ||
| "@mediabunny/aac-encoder": "1.47.0", | ||
| "@mediabunny/flac-encoder": "1.47.0", | ||
| "@remotion/licensing": "4.0.484", | ||
| "remotion": "4.0.484", | ||
| "mediabunny": "1.47.0" | ||
| "@mediabunny/mp3-encoder": "1.50.3", | ||
| "@mediabunny/aac-encoder": "1.50.3", | ||
| "@mediabunny/flac-encoder": "1.50.3", | ||
| "@remotion/licensing": "4.0.485", | ||
| "remotion": "4.0.485", | ||
| "mediabunny": "1.50.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@react-three/fiber": "9.2.0", | ||
| "@remotion/eslint-config-internal": "4.0.484", | ||
| "@remotion/paths": "4.0.484", | ||
| "@remotion/player": "4.0.484", | ||
| "@remotion/media": "4.0.484", | ||
| "@remotion/shapes": "4.0.484", | ||
| "@remotion/three": "4.0.484", | ||
| "@remotion/transitions": "4.0.484", | ||
| "@remotion/eslint-config-internal": "4.0.485", | ||
| "@remotion/paths": "4.0.485", | ||
| "@remotion/player": "4.0.485", | ||
| "@remotion/media": "4.0.485", | ||
| "@remotion/shapes": "4.0.485", | ||
| "@remotion/three": "4.0.485", | ||
| "@remotion/transitions": "4.0.485", | ||
| "@types/three": "0.170.0", | ||
@@ -41,0 +41,0 @@ "@typescript/native-preview": "7.0.0-dev.20260217.1", |
Sorry, the diff of this file is too big to display
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Misc. License Issues
LicenseA package's licensing information has fine-grained problems.
229557
0.63%0
-100%0
-100%100
Infinity%6571
0.81%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated