Skip to content

Commit

Permalink
Cannot add property transition, object is not extensible
Browse files Browse the repository at this point in the history
Fixes #57
Fixes #56
  • Loading branch information
Elius94 committed Jul 18, 2024
1 parent a9a8517 commit e6a96af
Show file tree
Hide file tree
Showing 9 changed files with 525 additions and 393 deletions.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript"]
"eslint.validate": [
"javascript"
],
"cSpell.words": [
"Lensflare",
"lensflares",
"pano",
"PANOS"
]
}
Loading

0 comments on commit e6a96af

Please sign in to comment.