@zsviczian/excalidraw 0.16.1-obsidian-6 → 0.16.1-obsidian-7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zsviczian/excalidraw",
3
- "version": "0.16.1-obsidian-6",
3
+ "version": "0.16.1-obsidian-7",
4
4
  "main": "main.js",
5
5
  "types": "types/packages/excalidraw/index.d.ts",
6
6
  "files": [
@@ -223,6 +223,7 @@ export declare const ROUGHNESS: {
223
223
  readonly cartoonist: 2;
224
224
  };
225
225
  export declare const STROKE_WIDTH: {
226
+ readonly extraThin: 0.5;
226
227
  readonly thin: 1;
227
228
  readonly bold: 2;
228
229
  readonly extraBold: 4;