Skip to content

Commit

Permalink
feat: defaultOptions supports adding custom ffmpeg commands
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall committed Jun 13, 2022
1 parent d7b9a3b commit d05541a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v6.7.1
* defaultOptions supports adding custom ffmpeg commands.
* Upgrade lottie version to remove initialization getapi.

## v6.6.6
* Modified highWaterMark from 1mb to 512kb.
* Update lottie-node version, support more text styles.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffcreator",
"version": "6.6.9",
"version": "6.7.2",
"description": "FFCreator is a lightweight and flexible short video production library",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit d05541a

Please sign in to comment.