We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826bb5e commit d1191c1Copy full SHA for d1191c1
src/index.ts
@@ -10,7 +10,6 @@ import {
10
// Creating layer and property mocks
11
const thisLayer = new Layer();
12
const thisProperty = new PathProperty<PathValue>([[0, 0]]);
13
-const textProperty = new SourceText('string');
14
15
// eBox types
16
type Anchor = 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft' | 'center';
0 commit comments