@remotion/skia 4.0.428 → 4.0.430
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 +7 -7
- package/dist/cjs/enable.js +1 -1
- package/dist/esm/enable.mjs +1 -1
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @remotion/skia
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
Include React Native Skia components in a Remotion video
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
[](https://npmcharts.com/compare/@remotion/skia?minimal=true)
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
## Installation
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
```bash
|
|
10
10
|
npm install @remotion/skia --save-exact
|
|
11
11
|
```
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
|
|
14
14
|
Remove the `^` character from the version number to use the exact version.
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
## Usage
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
See the [documentation](https://www.remotion.dev/docs/skia) for more information.
|
package/dist/cjs/enable.js
CHANGED
|
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.enableSkia = void 0;
|
|
7
|
-
const bundler_1 = require("@remotion/bundler");
|
|
8
7
|
const fs_1 = __importDefault(require("fs"));
|
|
8
|
+
const bundler_1 = require("@remotion/bundler");
|
|
9
9
|
/**
|
|
10
10
|
* @description A function that modifies the default Webpack configuration to make the necessary changes to support Skia.
|
|
11
11
|
* @see [Documentation](https://www.remotion.dev/docs/skia/enable-skia)
|
package/dist/esm/enable.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { createRequire } from "node:module";
|
|
|
2
2
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
3
3
|
|
|
4
4
|
// src/enable.ts
|
|
5
|
-
import { webpack } from "@remotion/bundler";
|
|
6
5
|
import fs from "fs";
|
|
6
|
+
import { webpack } from "@remotion/bundler";
|
|
7
7
|
var enableSkia = (currentConfiguration) => {
|
|
8
8
|
const newExtensions = [
|
|
9
9
|
".web.js",
|
package/package.json
CHANGED
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/skia"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/skia",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.430",
|
|
7
7
|
"description": "Include React Native Skia components in a Remotion video",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
10
10
|
"module": "dist/esm/index.mjs",
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"scripts": {
|
|
13
|
-
"formatting": "
|
|
13
|
+
"formatting": "oxfmt src --check",
|
|
14
|
+
"format": "oxfmt src",
|
|
14
15
|
"lint": "eslint src",
|
|
15
16
|
"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
|
|
16
17
|
},
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
|
-
"remotion": "4.0.
|
|
25
|
+
"remotion": "4.0.429"
|
|
25
26
|
},
|
|
26
27
|
"peerDependencies": {
|
|
27
28
|
"@shopify/react-native-skia": ">=0.1.191",
|
|
@@ -29,14 +30,14 @@
|
|
|
29
30
|
"react-dom": ">=16.8.0"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
|
-
"@remotion/bundler": "4.0.
|
|
33
|
+
"@remotion/bundler": "4.0.429",
|
|
33
34
|
"@shopify/react-native-skia": "2.0.0",
|
|
34
35
|
"canvaskit-wasm": "0.40.0",
|
|
35
36
|
"@types/react-native": "^0.69.2",
|
|
36
37
|
"react": "19.2.3",
|
|
37
38
|
"react-dom": "19.2.3",
|
|
38
|
-
"remotion": "4.0.
|
|
39
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
39
|
+
"remotion": "4.0.429",
|
|
40
|
+
"@remotion/eslint-config-internal": "4.0.429",
|
|
40
41
|
"eslint": "9.19.0",
|
|
41
42
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
42
43
|
},
|