get npm build to somehow work
This commit is contained in:
parent
d51d3f60f1
commit
b2056d4e2b
18 changed files with 3174 additions and 320 deletions
7
src/ox/core/Video.js
Normal file
7
src/ox/core/Video.js
Normal 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');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue