diff --git a/src/lib/config/types.ts b/src/lib/config/types.ts index 8caa55f..0d146e7 100644 --- a/src/lib/config/types.ts +++ b/src/lib/config/types.ts @@ -27,7 +27,8 @@ import { makeMatrixSymmetric, makeTensorSymmetric, removeIndexFromArray, - removeIndexFromMatrix, removeIndexFromTensor + removeIndexFromMatrix, + removeIndexFromTensor, } from '../math/operations'; export function createColors(count: number): Array { diff --git a/src/lib/drawer/2d.ts b/src/lib/drawer/2d.ts index 5e6fb14..5540fc5 100644 --- a/src/lib/drawer/2d.ts +++ b/src/lib/drawer/2d.ts @@ -239,7 +239,6 @@ export class Drawer2d implements DrawerInterface { this.viewConfig.offset[0] += diff[0]; this.viewConfig.offset[1] += diff[1]; }); - } get width(): number {