Skip to content

Commit

Permalink
feat: working on improving lottie parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ivg-design committed Nov 12, 2023
1 parent bb6a21b commit a8e80cc
Show file tree
Hide file tree
Showing 9 changed files with 909 additions and 54 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "attach",
"name": "Attach to Tauri Dev",
"pid": "${command:pickProcess}", // This will allow you to pick the process to attach to
"cwd": "${workspaceFolder}"
}
]
}
209 changes: 209 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 @@ -10,13 +10,16 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"clone": "^2.1.2",
"font-awesome": "^4.7.0",
"lottie-web": "^5.12.2",
"react": "^18.2.0",
"react-best-gradient-color-picker": "^2.2.24",
"react-color": "^2.19.3",
"react-d3-tree": "^3.6.1",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-tree-graph": "^8.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit a8e80cc

Please sign in to comment.