note about buggy excalidraw-utils for browser svg rendering

This commit is contained in:
Tom Free 2022-04-14 23:20:02 +02:00 committed by Tom
parent a8655fcd27
commit e437a9d70f

View file

@ -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
]