mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 19:19:28 +08:00
note about buggy excalidraw-utils for browser svg rendering
This commit is contained in:
parent
a8655fcd27
commit
e437a9d70f
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ const EXCALIDRAW = {
|
|||
};
|
||||
|
||||
const EXCALIDRAW_UTILS = {
|
||||
/**
|
||||
* FIXME: excalidraw-utils does not render pen-background. maybe own built required?
|
||||
*/
|
||||
js: [
|
||||
"node_modules/@excalidraw/utils/dist/excalidraw-utils.min.js", //v0.1.2
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue