liqvid
liqvid copied to clipboard
Library for interactive videos in React
Currently, Liqvid doesn't work in React's Strict Mode. This is mainly due to double-renders (https://github.com/facebook/react/issues/12856, https://github.com/facebook/react/issues/20835) along with how we set up keyboard shortcuts.
I know that liqvid has animation support. However, I think that can be enhanced/simplified supporting GSAP, even the community (free) version)
I added some native tests (in nodejs) and browser tests, a server for the browser tests, a setup to webpack files for the browser tests, and circle ci config. Result...
I installed liqvid via npm and tried importing the components like so: `import { Player, Script } from "liqvid";` After compiling, this is result from the console: `Can't import the...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.8. Changelog Sourced from vite's changelog. 3.2.8 (2024-01-19) fix: fs deny for case insensitive (a26c87d) 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
In the demo video at the [project homepage](https://liqvidjs.org/), it's possible to e.g. resize the text box that appears to demonstrate how to edit the video's subtitle; however, the video's canvas...