initial
This commit is contained in:
8
ts/index.ts
Normal file
8
ts/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Export main class
|
||||
export * from './classes.smartffmpeg.js';
|
||||
|
||||
// Export builder command class
|
||||
export * from './classes.ffmpegcommand.js';
|
||||
|
||||
// Export interfaces and types
|
||||
export * from './interfaces.js';
|
||||
Reference in New Issue
Block a user