feat(editor): LaserPointer based freedraw (#11507)
Introduces constant width freedraw mode, keeping the original variable mode as default. --------- Signed-off-by: Mark Tolmacs <mark@lazycat.hu> Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,17 @@ export default defineConfig({
|
||||
"./packages/fractional-indexing/src/$1",
|
||||
),
|
||||
},
|
||||
{
|
||||
find: /^@excalidraw\/laser-pointer$/,
|
||||
replacement: path.resolve(
|
||||
__dirname,
|
||||
"./packages/laser-pointer/src/index.ts",
|
||||
),
|
||||
},
|
||||
{
|
||||
find: /^@excalidraw\/laser-pointer\/(.*?)/,
|
||||
replacement: path.resolve(__dirname, "./packages/laser-pointer/src/$1"),
|
||||
},
|
||||
],
|
||||
},
|
||||
//@ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user