Skip to content

Commit

Permalink
Release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Oct 10, 2023
1 parent 619caba commit c8e2be3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-video-creator",
"version": "0.0.12",
"description": "A framework for creating videos based on Node.js + Puppeteer + FFmpeg",
"version": "0.0.13",
"description": "A framework for creating videos based on Node.js + Puppeteer + FFmpeg.",
"type": "module",
"main": "index.js",
"scripts": {},
Expand All @@ -14,24 +14,26 @@
"files": [
"api/",
"core/",
"docs/",
"entity",
"examples",
"lib/",
"media/",
"preprocessor/",
"README.md",
"README.en-US.md",
"index.js"
],
"keywords": [
"video",
"puppeteer",
"ffmpeg",
"chrome",
"chromium",
"render",
"synthesis",
"animation",
"canvas",
"puppeteer",
"chrome",
"chromium",
"ffmpeg",
"html5"
],
"bugs": "https://github.com/Vinlic/WebVideoCreator/issues",
Expand Down

0 comments on commit c8e2be3

Please sign in to comment.