Commit Graph

20 Commits

Author SHA1 Message Date
Jakub Koralewski 3c295559c7
docs: specify to use yarn v1 not v2 (#3799)
Co-authored-by: David Luzar <luzar.david@gmail.com>
2021-07-05 18:01:52 +02:00
Aakansha Doshi a6706cff20
feat: export types for package @excalidraw/excalidraw 🎉 (#3337)
* feat: export types for package @excalidraw/excalidraw

* update

* remove

* Add lib in tsconfig-types and Add global.d.ts, and errors down to 39 :)

* Add declaration for scss so typescript allows scss imports, errors down to 37 :)

* Add css.d.ts, errors down to 32 yay

* set target to es6, all errors resolved yay

* move types outside dist

* update docs

* fix
2021-03-30 23:51:55 +05:30
Lipis 4bfcf105a5
build: Switch to Yarn (#3057)
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2021-02-20 12:47:17 +00:00
Steve Ruiz c291edfc44
Add Arrowheads to Arrows (#2452)
Co-authored-by: dwelle <luzar.david@gmail.com>
Co-authored-by: Lipis <lipiridis@gmail.com>
2020-12-08 16:02:55 +01:00
David Luzar f90cbeb089
add `.env.local` to `.gitignore` (#2357) 2020-11-08 14:27:19 +01:00
Guillaume Grossetie a7da8901d8
Excalidraw export (#2246) 2020-11-02 20:14:20 +01:00
David Luzar ba3f548b91
Fix library dnd (#2314) 2020-10-30 21:01:41 +01:00
David Luzar ab7073abdb
add excalidraw_embed into base repo (#2040)
Co-authored-by: Lipis <lipiridis@gmail.com>
2020-08-20 16:45:20 +02:00
Aakansha Doshi a18342b5b5
Refactor LayerUI (#1434)
* chore(gitignore): add .idea to gitignore

* refactor(layerui): pass named function to react.memo so that in dev tools the name shows up

This makes debugging easier as well

* refactor(layerui): break the functional component into multiple render methods
2020-04-17 22:24:19 +02:00
Mohit kumar Bajoria 2de4fe29ad
Full Screen mode (#1212) 2020-04-06 00:47:13 +03:00
Pete Hunt 3f8144ef85
Fix many syncing issues (#952) 2020-03-14 20:46:57 -07:00
Lipis 9a17abcb34
Cleanup .gitignore (#629) 2020-01-31 13:55:53 +01:00
David Luzar 7f7f51f70b
remove static/ from git & ignore (#265) 2020-01-08 19:18:17 +01:00
Gasim Gasimzada 01805f734d
Extract element functions into modules (#207) 2020-01-06 19:34:22 +04:00
Alex Bratsos 58d81280c9 Add shortcuts (#85)
* Add yarn.lock to .gitignore

* Extract available shapes to one place

* Add event listeners for shapes shortcuts

* fixup! Add event listeners for shapes shortcuts

* Underline first letter of shapes

to indicate interactivity

* fixup! Extract available shapes to one place

* fixup! Add event listeners for shapes shortcuts
2020-01-03 15:08:34 -08:00
hazam b36110ef03 Build and deploy via yarn deploy 2020-01-04 01:52:52 +05:00
Giovanni Giordano 36b36e8dc3 Add github workflow 2020-01-03 21:32:29 +01:00
Kevin Viglucci 527209e740 Add support for 'delete' key (#56)
* add package-lock.json to gitignore as project appears to use yarn

* add support for deleting elements with "delete" key + assign magic numbers and keycode values to named properties
2020-01-03 07:47:34 -08:00
dwelle e9bc1eb98a add .vscode to .gitignore 2020-01-02 21:12:07 +01:00
Giovanni Giordano d399af0923 Setup git and lock deps (#30)
* Add .gitignore

* Add yarn.lock

* Remove unnecessary paths
2020-01-02 06:46:31 -08:00