Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/rulers #2

Merged
merged 47 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
510fe52
checkpoint
akram-r Dec 20, 2023
b9e73a7
checkpoint
akram-r Dec 20, 2023
a7adf67
feat: passing save function
viveknigam3003 Dec 20, 2023
62b1cc4
feat: implementing keyframe animation
viveknigam3003 Dec 20, 2023
1cbf955
feat: added fps and duration
viveknigam3003 Dec 20, 2023
0230a63
chore: removed logs
viveknigam3003 Dec 20, 2023
859de05
feat: installing ffmpeg
viveknigam3003 Dec 21, 2023
3c2d1cc
chore: moving multiplier for 4k function to utils
viveknigam3003 Dec 21, 2023
f114335
feat: added easing functions
viveknigam3003 Dec 21, 2023
94e41a9
chore: refactor easing function
viveknigam3003 Dec 21, 2023
060cf44
feat: added video export
viveknigam3003 Dec 21, 2023
744683e
feat: adding video elements
viveknigam3003 Dec 22, 2023
2d02e55
chore: refactoring video adding stuff
viveknigam3003 Dec 22, 2023
9370c13
feat: playing video along with element
viveknigam3003 Dec 22, 2023
70222b6
feat: loading video elements after json load
viveknigam3003 Dec 22, 2023
9668d7c
feat: updating keyframes
viveknigam3003 Dec 22, 2023
ff19fc9
feat: reading and exporting video animations
viveknigam3003 Dec 23, 2023
73f7a31
fix: new uploaded video scaling
viveknigam3003 Dec 23, 2023
66c70dc
feat: using 30fps by default
viveknigam3003 Dec 23, 2023
81f0319
feat: hiding video under a flag
viveknigam3003 Dec 23, 2023
0e27428
feat: selecting active object on layer click and icon
viveknigam3003 Dec 23, 2023
634d497
feat: adding functionality to hardReset the artboard state
viveknigam3003 Dec 23, 2023
20eca59
commit
akram-r Dec 23, 2023
9feb90c
checkpoint
akram-r Dec 31, 2023
d1e2f4a
checkpoint
akram-r Dec 31, 2023
0ecd27e
checkpoint
akram-r Jan 1, 2024
f72f311
checkpoint
akram-r Jan 1, 2024
fba9b3a
checkpoint
akram-r Jan 1, 2024
927c98a
checkpoint
akram-r Jan 1, 2024
63e0c5a
feat: added opacity
viveknigam3003 Jan 1, 2024
ec81c62
checkpoint
akram-r Jan 1, 2024
0604534
checkpoint
akram-r Jan 2, 2024
b4e87fb
checkpoint
akram-r Jan 2, 2024
1c8457e
Merge pull request #26 from viveknigam3003/feat/animation
viveknigam3003 Jan 2, 2024
bd4f80b
feat: adding delete element on backspace
viveknigam3003 Jan 2, 2024
677cf55
feat: added clone element on mod+d
viveknigam3003 Jan 2, 2024
83c6b25
checkpoint
akram-r Jan 2, 2024
3b1c92d
checkpoint
akram-r Jan 2, 2024
0f6cbd7
Merge remote-tracking branch 'second_origin/main' into backup
akram-r Jan 2, 2024
e42610d
checkpoint
akram-r Jan 2, 2024
04953a9
checkpoint
akram-r Jan 2, 2024
9059916
checkpoint
akram-r Jan 3, 2024
998fe09
checkpoint
akram-r Jan 3, 2024
bcd35a1
checkpoint
akram-r Jan 3, 2024
fcba303
checkpoint
akram-r Jan 3, 2024
6195aef
checkpoint
akram-r Jan 3, 2024
d842bb0
checkpoint
akram-r Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@ffmpeg/core": "^0.12.5",
"@ffmpeg/ffmpeg": "^0.12.9",
"@ffmpeg/util": "^0.12.1",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
Expand Down
Loading