Skip to content

Commit

Permalink
Corrected bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed May 17, 2023
1 parent 5a2694a commit e0b20e0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "video-stream-ascii",
"version": "1.6.0",
"version": "1.6.1",
"description": "Convert video stream to ascii art",
"homepage": "https://im-rises.github.io/video-stream-ascii-webcam",
"repository": "https://github.com/Im-Rises/video-stream-ascii",
Expand All @@ -20,14 +20,17 @@
"dist/components/VideoAscii.js.map",
"dist/components/VideoAscii.d.ts",
"dist/components/VideoAscii.d.ts.map",
"src/components/VideoAscii.tsx",
"dist/constants/pixel-ascii.js",
"dist/constants/pixel-ascii.js.map",
"dist/constants/pixel-ascii.d.ts",
"dist/constants/pixel-ascii.d.ts.map",
"src/constants/pixel-ascii.ts",
"dist/canvas-handler/video-canvas-ascii.js",
"dist/canvas-handler/video-canvas-ascii.js.map",
"dist/canvas-handler/video-canvas-ascii.d.ts",
"dist/canvas-handler/video-canvas-ascii.d.ts.map"
"dist/canvas-handler/video-canvas-ascii.d.ts.map",
"src/canvas-handler/video-canvas-ascii.ts"
],
"keywords": [
"video",
Expand Down

0 comments on commit e0b20e0

Please sign in to comment.