UNPKG

ngx-cam-shoot

Version:

An angular component to use you device's cameras easily. Obtain and save images faster. Thought to use on mobile devices.

49 lines 1.18 kB
{ "name": "ngx-cam-shoot", "version": "1.19.0", "author": "Rzo! <rzo.idev@gmail.com> (https://github.com/RzoDev)", "description": "An angular component to use you device's cameras easily. Obtain and save images faster. Thought to use on mobile devices.", "repository": { "type": "git", "url": "git+https://github.com/RzoDev/ngx-cam-shoot.git" }, "bugs": { "url": "https://github.com/RzoDev/ngx-cam-shoot/issues" }, "homepage": "https://github.com/RzoDev/ngx-cam-shoot", "keywords": [ "Angular", "Angular 18", "Cam Shoot", "Webcam", "Camera", "Photo", "Selfie", "Smartphone", "Tablet", "Phone" ], "license": "MIT", "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org" }, "module": "fesm2022/ngx-cam-shoot.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-cam-shoot.mjs" } } }