Skip to content

yangchaojie456/VE-web

Repository files navigation

VE-web - a video editor (Edit the video by writing js code to draw the animation)

demonstration

Install

Binaries are regularly built and are available at VE-web Setup

Dependencies

  • FFmpeg: multimedia format and codec libraries
  • PIXI: The HTML5 Creation Engine。 Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.

License

MIT licensed.

How to build

Warning: building VE-code should only be reserved to beta testers or contributors who know what they are doing.

build react

npm run build

build client

cd client
npm run package