mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
023313e92f
* fix: show error message when measureText API breaks in brave * Add docs * Add assets * tweak message * fix * tweak message * add translations * lint * fix * fix * lint * lint * lint please work now * tweak doc * fix * split error component to new file * add specs * tweaks Co-authored-by: David Luzar <luzar.david@gmail.com> * wrap in div with a width of 30rem * fix spec * fix * Fix typo --------- Co-authored-by: David Luzar <luzar.david@gmail.com> Co-authored-by: Daniel J. Geiger <1852529+DanielJGeiger@users.noreply.github.com>
29 lines
468 B
Plaintext
29 lines
468 B
Plaintext
.DS_Store
|
|
.env.development.local
|
|
.env.local
|
|
.env.production.local
|
|
.env.test.local
|
|
.envrc
|
|
.eslintcache
|
|
.history
|
|
.idea
|
|
.vercel
|
|
.vscode
|
|
.yarn
|
|
*.log
|
|
*.tgz
|
|
build
|
|
dist
|
|
firebase
|
|
logs
|
|
node_modules
|
|
npm-debug.log*
|
|
package-lock.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
src/packages/excalidraw/types
|
|
src/packages/excalidraw/example/public/bundle.js
|
|
src/packages/excalidraw/example/public/excalidraw-assets-dev
|
|
src/packages/excalidraw/example/public/excalidraw.development.js
|
|
coverage
|