{"id":27293108,"url":"https://github.com/bipinkrish/react-pose-viewer","last_synced_at":"2025-04-11T22:42:09.754Z","repository":{"id":257806060,"uuid":"866074764","full_name":"bipinkrish/react-pose-viewer","owner":"bipinkrish","description":"React library for viewing .pose files","archived":false,"fork":false,"pushed_at":"2024-12-30T16:53:46.000Z","size":425,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:06:17.871Z","etag":null,"topics":["pose","react","viewer"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/react-pose-viewer","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bipinkrish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-01T15:52:18.000Z","updated_at":"2024-12-30T16:53:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"56fbc959-016e-4c06-9368-e503580f9eef","html_url":"https://github.com/bipinkrish/react-pose-viewer","commit_stats":null,"previous_names":["bipinkrish/react-pose","bipinkrish/react-pose-viewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipinkrish%2Freact-pose-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipinkrish%2Freact-pose-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipinkrish%2Freact-pose-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bipinkrish%2Freact-pose-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bipinkrish","download_url":"https://codeload.github.com/bipinkrish/react-pose-viewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493022,"owners_count":21113159,"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":["pose","react","viewer"],"created_at":"2025-04-11T22:42:09.058Z","updated_at":"2025-04-11T22:42:09.741Z","avatar_url":"https://github.com/bipinkrish.png","language":"JavaScript","funding_links":[],"categories":["🔧 Essential Tools \u0026 Libraries"],"sub_categories":[],"readme":"# react-pose-viewer [![npm](https://img.shields.io/npm/v/react-pose-viewer.svg)](http://npm.im/react-pose-viewer)\n\nReact library for viewing [.pose files](https://github.com/sign-language-processing/pose) \n\n## Usage\n\nInstall it with\n\n```bash\nnpm i react-pose-viewer\n```\nand use like\n\n```jsx\nimport { PoseViewer } from 'react-pose-viewer';\n\n\u003cPoseViewer\n    src=\"https://us-central1-sign-mt.cloudfunctions.net/spoken_text_to_signed_pose?spoken=en\u0026signed=ase\u0026text=hello\"\n    loop\n    autoplay\n/\u003e\n```\n\ncheck the [Example](/tree/main/example) and available [Props](#props) for more understanding\n\n## Props\n\n| Prop Name      | Type              | Description                                                                 |\n|----------------|-------------------|-----------------------------------------------------------------------------|\n| `aspectRatio`  | `number`          | The aspect ratio of the element, typically width/height.                     |\n| `autoplay`     | `boolean`         | Indicates whether the media should start playing automatically.              |\n| `background`   | `string`          | The background color or image of the element.                                |                         |                              |                           |\n| `height`       | `string`          | The height of the element (e.g., `px`, `%`, etc.).                           |\n| `loop`         | `boolean`         | Indicates whether the media should loop after reaching the end.              |\n| `padding`      | `string`          | The padding around the element (e.g., `px`, `%`, etc.).                      |                           |\n| `playbackRate` | `number`          | The rate at which the media is played back (1.0 is normal speed).            |       |\n| `src` (required)          | `string` \\| `Buffer` | The source of the media, either as a URL string or binary data (Buffer).    |\n| `thickness`    | `number`          | The thickness or stroke width of an element (if applicable).                 |\n| `width`        | `string`          | The width of the element (e.g., `px`, `%`, etc.).                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbipinkrish%2Freact-pose-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbipinkrish%2Freact-pose-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbipinkrish%2Freact-pose-viewer/lists"}