Llqvid

Library for interactive videos in React
GitHub
758
Created 6 years ago, last commit 3 months ago
2 contributors
443 commits
Stars added on GitHub, month by month
0
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.1
/day
Last month
+0.1
/day
Last 12 months
+0.1
/day
Package on NPM
liqvid
2.1.13
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
README

Liqvid

Liqvid is a library for creating interactive videos in React.

Links

Documentation

Discord

Repository structure

This is a monorepo. Here is what the various packages do:

Frontend Core

  • main
    Provides the main liqvid package.

  • host
    Script for pages hosting Liqvid videos; currently just handles fake fullscreen

  • keymap
    Provides the Keymap class

  • playback
    Provides the Playback class

  • polyfills
    Polyfills for Liqvid videos; currently just handles Web Animations

  • utils
    Provides the various helper functions in Utils

Backend Tools

Integrations

In-development

  • captioning
    Captions editor

  • gsap
    GSAP integration (maybe already works???)

  • i18n
    Internationalization utilities

  • player
    New Web Components-based <Player>

  • mathjax
    MathJax integration

  • react
    Probably for when Liqvid goes to Web Components (v3)

  • xyjax
    XyJax integration