-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
561 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"@iconify-json/mdi": "^1.1.66", | ||
"@types/canvas-confetti": "^1.6.4", | ||
"solid-devtools": "^0.29.3", | ||
"typescript": "^5.4.5", | ||
"unocss": "^0.59.2", | ||
|
@@ -23,14 +24,16 @@ | |
"dependencies": { | ||
"@ffmpeg/ffmpeg": "^0.12.10", | ||
"@ffmpeg/util": "^0.12.1", | ||
"canvas-confetti": "^1.9.2", | ||
"modern-gif": "^2.0.3", | ||
"mp4box": "^0.5.2", | ||
"sass": "^1.75.0", | ||
"solid-js": "^1.8.16", | ||
"yon-utils": "^0.1.20" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies111": { | ||
"NOTE": "will make cached frames un-reusable", | ||
"patchedDependencies": { | ||
"@ffmpeg/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/package.json b/package.json | ||
index 8dbc8c0debb38f7031d03aadca1ce6429d51e207..65e5958d19311a998b0978578e9eaf28eb390718 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -12,6 +12,9 @@ | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/umd/ffmpeg.js" | ||
} | ||
+ }, | ||
+ "./worker": { | ||
+ "import": "./dist/esm/worker.js" | ||
} | ||
}, | ||
"scripts": { |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.