We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924c2cf commit c11d19aCopy full SHA for c11d19a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v6.5.1
2
+* Added FFExtras class, you can freely expand the graphics.
3
+* Upgrade update function.
4
+* add setBlur method.
5
+
6
## v6.3.6
7
* Modify the stream rendering parallel to be reduced from 5 to 3 to improve performance.
8
* Fix the event problem of ffcreatorcenter.
package.json
@@ -1,6 +1,6 @@
{
"name": "ffcreator",
- "version": "6.5.1",
+ "version": "6.5.2",
"description": "FFCreator is a lightweight and flexible short video production library",
"main": "lib/index.js",
"types": "types/index.d.ts",
0 commit comments