7 lines
232 B
JavaScript
7 lines
232 B
JavaScript
|
|
// 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');
|
||
|
|
}
|