Commit Graph

246 Commits

Author SHA1 Message Date
raphael
15135540fe add basic pdf to image conv function 2020-04-29 15:32:48 +02:00
raphael
ede9a98e04 Merge branch 'master' of https://github.com/cracker0dks/whiteboard 2020-04-27 13:51:18 +02:00
raphael
832cd7fbbb fix resizable 2020-04-27 13:50:23 +02:00
Cracker
0171d94d2b
Update docker-compose.yml 2020-04-24 14:07:59 +02:00
raphael
fce57e43f4 Merge branch 'master' of https://github.com/cracker0dks/whiteboard 2020-04-23 15:10:42 +02:00
raphael
61e208ccc8 define var and fix pasting imgs 2020-04-23 15:10:36 +02:00
Cracker
23f0682a1c
Update docker-compose.yml 2020-04-22 23:31:33 +02:00
raphael
a270ce8170 add docker-compose-yml 2020-04-21 14:03:01 +02:00
Cracker
ec7bc9357f
Merge pull request #39 from FloChehab/feat/build_chain
Feat/build chain
2020-04-21 13:55:09 +02:00
Florent Chehab
9f5c5b2f30
fix(fa icons): should render everywhere
* setup is not perfect but should do the trick for now
* Suggestion: add all the icon the dom and reuse them so that we don't have to do dom.i2svg(); everytime
2020-04-20 11:18:52 +02:00
Florent Chehab
0ef46fea2f
fix(start): change the way the app is launched
* And updated README accordingly
2020-04-20 11:03:07 +02:00
Florent Chehab
033d01e1cf
fixup! refacto(scipts): reorganized & support dev server 2020-04-20 10:34:41 +02:00
Florent Chehab
7f574cea5a
fixup! feat(build-chain): set up and updated deps 2020-04-20 10:34:02 +02:00
Florent Chehab
59a229b1fb
fixup! refacto(Dockerfile): optimized with new setup 2020-04-20 10:33:22 +02:00
Florent Chehab
810ed89337
fixup! refacto(assets): moved public to assets 2020-04-20 10:30:18 +02:00
Florent Chehab
2b790ca397
fix(dependencies): pinning of new dev deps 2020-04-20 10:15:56 +02:00
Florent Chehab
ffff0899cc
docs: updated README
* and small documentation changes
2020-04-19 18:14:44 +02:00
Florent Chehab
d5cb969ee5
fix: undefined vars / resizable / upload
* was brokend by refacto
2020-04-19 17:57:54 +02:00
Florent Chehab
39e8dd398b
fix(bundle size): include only required icons 2020-04-19 17:42:26 +02:00
Florent Chehab
6c5016003a
refacto(Dockerfile): optimized with new setup 2020-04-19 17:18:38 +02:00
Florent Chehab
dcc5191a3c
style(main.js): indented because in function now 2020-04-19 16:50:47 +02:00
Florent Chehab
99378c276b
fix(colorPicker): cleaned setup of new lib 2020-04-19 16:49:39 +02:00
Florent Chehab
6025dc595a
refacto(endpoints): endpoints under /api or /ws-api
* Easier setup of webpack dev-server & proxying
2020-04-19 16:42:32 +02:00
Florent Chehab
7d1db66a26
refacto(scipts): reorganized & support dev server 2020-04-19 16:42:32 +02:00
Florent Chehab
1534edba64
refacto(scripts): added dir 2020-04-19 16:35:10 +02:00
Florent Chehab
a61ac620a2
feat(build-chain): set up and updated deps 2020-04-19 16:33:55 +02:00
Florent Chehab
84b4ff019f
refacto(src): a bit of cleaning 2020-04-19 16:32:30 +02:00
Florent Chehab
0a32a73742
refacto(assets / src): reorganized 2020-04-19 16:26:45 +02:00
Florent Chehab
0e7e4ffbd9
refacto(assets): removed unecessary assets 2020-04-19 16:23:14 +02:00
Florent Chehab
63ac22d6c8
refacto: moved to src 2020-04-18 22:15:12 +02:00
Florent Chehab
4f221a2d9c
refacto(assets): moved public to assets 2020-04-18 21:57:03 +02:00
raphael
7ceedc0317 fix readme 2020-04-18 19:48:48 +02:00
raphael
7d51de373e rebind redoStep 2020-04-18 19:40:19 +02:00
Cracker
0debc482f4
Merge pull request #36 from jb-leger/undo_in_server_part
undo buffer also in server part for redo
2020-04-18 19:05:23 +02:00
Jean-Benoist Leger
38147618e8 typo on README 2020-04-18 16:58:05 +00:00
Jean-Benoist Leger
7776751e79 undo buffer also in server part for redo 2020-04-18 16:54:37 +00:00
Cracker
f4e4c1b142
Merge pull request #34 from jb-leger/smooth_cor
The last point of a line should be added with the same drawID as the …
2020-04-17 21:00:33 +02:00
Cracker
a0083b8513
Merge pull request #35 from jb-leger/redo
Redo
2020-04-17 20:59:47 +02:00
Jean-Benoist Leger
89ea6f0308 Add redo shortcut in README 2020-04-17 18:04:29 +00:00
Jean-Benoist Leger
3c92ea5f08 Add redo button 2020-04-17 18:04:29 +00:00
Jean-Benoist Leger
9936faf469 Add redo method.
Closes #14
2020-04-17 18:04:29 +00:00
Jean-Benoist Leger
9e211d700a The last point of a line should be added with the same drawID as the rest of the line. 2020-04-17 15:53:53 +00:00
raphael
5098263d34 format code and move function to the bottom 2020-04-10 14:08:15 +02:00
raphael
30b17e1821 Merge branch 'lanczos2_interp' of https://github.com/jb-leger/whiteboard into jb-leger-lanczos2_interp 2020-04-10 13:58:48 +02:00
raphael
7994ba9342 change order so border is always visible 2020-04-10 13:58:22 +02:00
Jean-Benoist Leger
0bc9af1235
Use Lanczos interpolation for smooth pen path 2020-04-10 00:27:15 +02:00
Cracker
62e285bdb2
Update README.md 2020-04-03 22:40:39 +02:00
raphael
c0ae6031d5 add random whiteboardId function 2020-04-03 22:38:33 +02:00
raphael
3b3dffb3f5 Merge branch 'master' of https://github.com/cracker0dks/whiteboard 2020-04-03 15:07:11 +02:00
raphael
2f637671c3 fix shift draw with line tool 2020-04-03 15:07:05 +02:00