Stripping out material because meh. Also loading in cels at the right ordering

This commit is contained in:
Lani Aung
2024-02-11 16:14:51 -07:00
parent 70c85d0e18
commit bf5a47c650
25 changed files with 1167 additions and 12116 deletions
+3 -1
View File
@@ -1,3 +1,4 @@
/*
import * as _ from "lodash"
import {fabric} from "fabric"
import {Cel, Playset} from "./pto"
@@ -61,4 +62,5 @@ export default class Tracker {
})
}
}
}
}
*/