Export project, as well
This commit is contained in:
parent
e61b809428
commit
bb7f5b5f01
|
@ -1,6 +1,6 @@
|
|||
import { $ } from "zx";
|
||||
import { BlankEntry, MediaEntry } from "./entry";
|
||||
import Project from "./kdenlive";
|
||||
import { Project } from "./kdenlive";
|
||||
|
||||
describe("Kdenlive", () => {
|
||||
describe("example", () => {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { BlackTrack, ConcreteProducer, Producer } from "./producer";
|
||||
import { AudioTractor, trackIndexGen, Tractor, VideoTractor } from "./tractor";
|
||||
|
||||
export default class Project {
|
||||
export class Project {
|
||||
producers: Producer[] = [];
|
||||
tractors: Tractor[] = [];
|
||||
constructor(public fps: number) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user