David Luzar
David Luzar
https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures  One problem is I don't believe it's possible when rendering on canvas.
We're getting a lot of errors where clients try to load chunks that do not exist.   Not confirmed, but the issue almost certainly arises from the fact that...
Many users don't know we support collaboration. Thus, we're changing the collab button in top-right to "Share" button. Further, that button now opens a "share" dialog, also featuring the "create...
# Description - change library data source from LocalStorage to IndexedDB (to get around the 5MB. We could compress instead, but it might be a better idea to future proof...
The idea is to make text more visible on certain background, but also to highlight text (at least until https://github.com/excalidraw/excalidraw/issues/1126 is implemented). Initially, we could just support the setting the...
Frame children are unnecessarily individually wrapped into `` elements: 
When I resize, I never manage to get the right size I want (so that the text/graphics is still readable) on the first try, or even the second. It'd be...
Unless I misunderstand, resulting bundle from browserify still contains some `process.env.NODE_ENV` references because the `prop-types` package depends on a another package that does not specify `browserify.transform` in its `package.json`. In...
Panning canvas (two fingers) on touchpad works fine (no back/forward history behavior triggered), until you hover over a non-canvas DOM element (which we likely don't prevent in various ways we...
Adds "Install Excalidraw locally (PWA)" command to the command palette for better discoveribility. Docs: https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeinstallprompt_event Note that the command will appear to users only if certain PWA install criteria are...