@junwan666/remotion-compositor-darwin-x64 4.0.448-zh.0

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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @remotion/compositor-darwin-x64
2
+
3
+ MacOS x64 binary for the Remotion Rust code
4
+
5
+ ## Usage
6
+
7
+ This is an internal package and has no documentation.
package/ffmpeg ADDED
Binary file
package/ffprobe ADDED
Binary file
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export const dir: string;
package/index.js ADDED
@@ -0,0 +1 @@
1
+ exports.dir = __dirname;
package/index.mjs ADDED
@@ -0,0 +1,4 @@
1
+ import * as url from 'node:url';
2
+ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
3
+
4
+ export const dir = __dirname;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "repository": {
3
+ "url": "https://github.com/JunWan666/remotion-zh/tree/main/packages/compositor-darwin-x64"
4
+ },
5
+ "version": "4.0.448-zh.0",
6
+ "name": "@junwan666/remotion-compositor-darwin-x64",
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "x64"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "types": "./index.d.ts",
16
+ "require": "./index.js",
17
+ "import": "./index.mjs"
18
+ },
19
+ "./package.json": "./package.json"
20
+ },
21
+ "publishConfig": {
22
+ "access": "public"
23
+ },
24
+ "description": "MacOS x64 binary for the Remotion Rust code"
25
+ }
package/remotion ADDED
Binary file