ascii-cam
v1.0.0
Published
Render webcam feed as ASCII art in the terminal
Maintainers
Readme
ascii-cam
Render your webcam feed as real-time ASCII art directly in the terminal!
Installation
Install globally via npm:
npm install -g ascii-camOr run it instantly without installing:
npx ascii-camUsage
Simply type the command in your terminal:
ascii-cam- Make sure you are in a terminal that supports ANSI escape codes.
- To exit the camera feed, press
Ctrl + C.
How it works
This package uses puppeteer to access the webcam via headless Chrome's WebRTC implementation and processes the frames locally in the browser context before passing the string buffer to your Node terminal!
