🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@remotion/web-renderer

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/web-renderer - npm Package Compare versions

Comparing version
4.0.484
to
4.0.485
+2
-2
dist/drawing/handle-mask.d.ts
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;

@@ -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