Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beenotung/create-webcam-app
Create a simple boilerplate for typescript project using webcam.
https://github.com/beenotung/create-webcam-app
boilerplate canvas cli render starter streaming template usermedia webcam
Last synced: 10 days ago
JSON representation
Create a simple boilerplate for typescript project using webcam.
- Host: GitHub
- URL: https://github.com/beenotung/create-webcam-app
- Owner: beenotung
- License: bsd-2-clause
- Created: 2024-10-13T09:46:28.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T16:42:11.000Z (3 months ago)
- Last Synced: 2024-12-19T08:39:40.727Z (23 days ago)
- Topics: boilerplate, canvas, cli, render, starter, streaming, template, usermedia, webcam
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-webcam-app
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-webcam-app
Create a simple boilerplate for typescript project using webcam.
[![npm Package Version](https://img.shields.io/npm/v/create-webcam-app)](https://www.npmjs.com/package/create-webcam-app)
## Features
- "npm init" starter cli
- Not tied to any frameworks
- Common setup included
- webcam stream and canvas update loop
- typescript
- esbuild bundle
- fallback error display## Usage Example
```shell
npm init webcam-app [project-name]
# or
npx -y create-webcam-app@latest [project-name]
```## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others