Skip to content

Commit

Permalink
Merge pull request #13 from Im-Rises/develop
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
Im-Rises authored May 15, 2023
2 parents 70b8adf + 353de10 commit d89859d
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 193 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.62.0",
"video-stream-ascii": "1.5.0"
"video-stream-ascii": "1.6.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 0 additions & 1 deletion src/components/CameraAsciiPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const CameraAsciiPanel = () => {
preTagRef={preTagRef}
artType={useColor ? ArtTypeEnum.ASCII_COLOR_BG_IMAGE : ArtTypeEnum.ASCII}
flipY={true}
frameRate={60}
/>
) : (
<p className={'Camera-Ascii-Waiting'}>Camera not ready.<br/>Please wait...</p>)}
Expand Down
Loading

0 comments on commit d89859d

Please sign in to comment.