get npm build to somehow work

This commit is contained in:
Sanjay Bhangar 2026-02-09 19:25:09 +05:30
commit b2056d4e2b
18 changed files with 3174 additions and 320 deletions

7
src/ox/core/Video.js Normal file
View file

@ -0,0 +1,7 @@
// Video module - video manipulation utilities
// This will be migrated in a future iteration
// For now, we provide basic stubs
export function parsePath() {
throw new Error('Video.parsePath not yet migrated to ES modules');
}