@zsviczian/excalidraw
Advanced tools
Comparing version 0.9.0-obsidian-8 to 0.9.0-obsidian-9
{ | ||
"name": "@zsviczian/excalidraw", | ||
"version": "0.9.0-obsidian-8", | ||
"version": "0.9.0-obsidian-9", | ||
"main": "main.js", | ||
@@ -5,0 +5,0 @@ "types": "types/packages/excalidraw/index.d.ts", |
@@ -9,2 +9,3 @@ import { ExcalidrawElement, ExcalidrawTextElement, ExcalidrawLinearElement, ExcalidrawGenericElement, NonDeleted, TextAlign, GroupId, VerticalAlign, Arrowhead, ExcalidrawFreeDrawElement, FontFamilyValues } from "../element/types"; | ||
text: string; | ||
rawText: string; | ||
fontSize: number; | ||
@@ -11,0 +12,0 @@ fontFamily: FontFamilyValues; |
@@ -79,2 +79,3 @@ import { Point } from "../types"; | ||
text: string; | ||
rawText: string; | ||
baseline: number; | ||
@@ -81,0 +82,0 @@ textAlign: TextAlign; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7239412
449
9307