{"id":19427814,"url":"https://github.com/jeff-labs/vuejs-camera","last_synced_at":"2025-02-25T05:22:25.417Z","repository":{"id":40943629,"uuid":"151591234","full_name":"jeff-labs/vuejs-camera","owner":"jeff-labs","description":"Component for Vue.js to use the camera on your website.","archived":false,"fork":false,"pushed_at":"2022-12-09T13:14:52.000Z","size":4495,"stargazers_count":22,"open_issues_count":25,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T19:44:17.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mrjeffapp.github.io/vuejs-camera/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeff-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-04T15:07:48.000Z","updated_at":"2024-10-18T15:40:15.000Z","dependencies_parsed_at":"2023-01-25T21:30:51.046Z","dependency_job_id":null,"html_url":"https://github.com/jeff-labs/vuejs-camera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-labs%2Fvuejs-camera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-labs%2Fvuejs-camera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-labs%2Fvuejs-camera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-labs%2Fvuejs-camera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeff-labs","download_url":"https://codeload.github.com/jeff-labs/vuejs-camera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240607635,"owners_count":19828272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T14:12:58.756Z","updated_at":"2025-02-25T05:22:24.913Z","avatar_url":"https://github.com/jeff-labs.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuejs-camera \nA component that allow to record a video o take pictures in your website with the HTML5 API.\n\n![npm (scoped)](https://img.shields.io/npm/v/@mrjeffapp/vuejs-camera.svg?style=flat-square)\n\n![demo gif](https://github.com/juandiegombr/vuejs-camera/blob/master/demo.gif?raw=true)\n\n\n## DEMO\n\n[https://mrjeffapp.github.io/vuejs-camera/]( https://mrjeffapp.github.io/vuejs-camera/)\n\n\n## Installation\n```\nyarn add @mrjeffapp/vuejs-camera\nnpm install --save @mrjeffapp/vuejs-camera\n```\n\n```\n// Global - In your main.js\nimport '@mrjeffapp/vuejs-camera'\n\n// Local - In your Component.vue\nimport VueCamera from '@mrjeffapp/vuejs-camera'\n\nexport default {\n  components: {\n    VueCamera\n  }\n}\n```\n```\n// Add in your index.html\n\u003cscript src=\"https://use.fontawesome.com/e9b7441153.js\"\u003e\u003c/script\u003e\n```\n\n```\n// Enjoy it!\n\u003cVueCamera/\u003e\n```\n\n## Props\n\n### capture\n\n- Type: `String`\n- Default: `video` \n- Options: `video` | `photo`\n\nAllow you to capture video or photo.\n\n### Events\n\n### onReady\n\nWhen the upload button has been pressed. The Blob (Video or Photo) is sended in the payload.\n\n### onPhoto\n\nThe photo has been taken.\n\n### onStart\n\nIt starts to record the video.\n\n### onStop\n\nThe record has been stoped.\n\n### onReset\n\nThe video or photo is reseted.\n\n### onCameraChanged\n\nThe source camera has been changed.\n\n### onPlay\n\nThe video has been played.\n\n### onPause\n\nThe video has been paused.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-labs%2Fvuejs-camera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff-labs%2Fvuejs-camera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-labs%2Fvuejs-camera/lists"}