kawa 89771b2555 docs: improve README with clearer structure and examples
Reorganize installation and build instructions with separate sections for
web, desktop, and Docker. Add quick start commands and move detailed
packaging info to PACKAGING.md.
2026-08-12 17:02:05 +02:00
2026-08-12 12:58:07 +02:00
2026-08-11 15:58:47 +02:00
2026-08-11 15:58:47 +02:00
2026-08-12 15:56:21 +02:00

Motionity

Web-based motion graphics editor with keyframing, masking, filters and text animations.

This is a fork of the original Motionity by @alyssaxuu, with bug fixes and enhancements.

Quick Start

Web (localhost only):

npm install
npm run vendor
npm start  # http://127.0.0.1:8080

Desktop:

npm install
npm run vendor
npm run dev  # Electron app

Docker:

npm run docker:build
npm run docker:run  # http://localhost:8080

Full build instructions (Windows installers, Linux AppImage/Flatpak) in PACKAGING.md.

Notes

  • ffmpeg.wasm is vendored; npm install + npm run vendor are required
  • WebCodecs and IndexedDB only work in secure context (http://localhost OK, plain HTTP over LAN is not)
  • Serve over TLS for remote access
S
Description
This is a fork of the original project aiming to fix issues and add features.
Readme MIT
42 MiB
2026-08-14 11:00:58 +02:00
Languages
JavaScript 80.1%
PowerShell 9.1%
CSS 8%
HTML 2.6%
Dockerfile 0.2%