diff --git a/src/index.ts b/src/index.ts index c03d9d2..540a2cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,6 @@ import { // Creating layer and property mocks const thisLayer = new Layer(); const thisProperty = new PathProperty([[0, 0]]); -const textProperty = new SourceText('string'); // eBox types type Anchor = 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft' | 'center';