mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 21:40:06 +02:00
remove debug and provide value for stylus
This commit is contained in:
@@ -11,6 +11,11 @@ import type { ExcalidrawFreeDrawElement } from "./types";
|
||||
export const DRAWING_CONFIGS = {
|
||||
default: {
|
||||
streamline: 0.25,
|
||||
simplify: 0.25,
|
||||
},
|
||||
// for optimal performance, we use a lower streamline and simplify
|
||||
stylus: {
|
||||
streamline: 0.1,
|
||||
simplify: 0.1,
|
||||
},
|
||||
} as const;
|
||||
|
Reference in New Issue
Block a user