Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujw0l/takepicjs
Javascript library to take image with webcam and download it
https://github.com/ujw0l/takepicjs
css-filter javascript-library ujw0l vanilla-js web-camera webcam
Last synced: 22 days ago
JSON representation
Javascript library to take image with webcam and download it
- Host: GitHub
- URL: https://github.com/ujw0l/takepicjs
- Owner: ujw0l
- License: mit
- Created: 2019-02-10T12:31:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T03:25:26.000Z (over 3 years ago)
- Last Synced: 2024-10-04T21:57:39.717Z (about 1 month ago)
- Topics: css-filter, javascript-library, ujw0l, vanilla-js, web-camera, webcam
- Language: JavaScript
- Homepage: https://ujw0l.github.io/take-pic-js/
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to take-pic-js 👋
> experimental javascript library which enables user to access laptop's webcam , apply image effects , snap picture, crop and downaload them, all on frontend
## Install
```sh
npm install take-pic-js
```## Script And Style Tag
```sh
Download and include files
1. js-crop.js
2. take-pic.js
3. take-pic.css```
## Plugin Options
```sh
onclick="new takePic();"Note: Add above code inside the html tag that you want to load webcam view on clicking that element, it can be any other events supported by javascript
```## Contributing
Contributions, issues and feature requests are welcome. Feel free to check [issues page](https://github.com/bktujwol/takePicNpm/issues) if you want to contribute.
## Author
👤 **UjW0L**
* Twitter 👉 [@bastakotiujwol](https://twitter.com/bastakotiujwol)
* Github 👉 [@bktujwol](https://github.com/bktujwol)## Show your support
Please ⭐️ this repository if you like it.
## License
Copyright © 2019 [UjW0L](https://github.com/bktujwol).
📜 This project is [MIT](https://github.com/bktujwol/takePicNpm/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_