{"id":21816639,"url":"https://github.com/elemental-design/react-keynote","last_synced_at":"2025-04-14T01:15:10.395Z","repository":{"id":37871627,"uuid":"246692770","full_name":"elemental-design/react-keynote","owner":"elemental-design","description":"Render React components to Apple Keynote slideshows","archived":false,"fork":false,"pushed_at":"2023-01-05T09:51:46.000Z","size":372,"stargazers_count":8,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T01:15:00.460Z","etag":null,"topics":["iwork","keynote","macos","react","react-keynote","react-renderer"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elemental-design.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}},"created_at":"2020-03-11T22:30:31.000Z","updated_at":"2025-03-06T12:34:31.000Z","dependencies_parsed_at":"2023-02-03T23:46:27.921Z","dependency_job_id":null,"html_url":"https://github.com/elemental-design/react-keynote","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/elemental-design%2Freact-keynote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elemental-design%2Freact-keynote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elemental-design%2Freact-keynote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elemental-design%2Freact-keynote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elemental-design","download_url":"https://codeload.github.com/elemental-design/react-keynote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804824,"owners_count":21164135,"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":["iwork","keynote","macos","react","react-keynote","react-renderer"],"created_at":"2024-11-27T15:35:41.748Z","updated_at":"2025-04-14T01:15:10.371Z","avatar_url":"https://github.com/elemental-design.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-keynote\nReact keynote renderer from jsx (work in progress and API is not stable yet).\n\n## Getting Started\n\nMake sure you are on a Mac, that you have iWork Keynote installed, and have Node.js installed.\n\n```sh\nnpm i react-keynote\n```\n\n## Example Code\n\n```jsx\nimport { render, Document, Slide, View, Text } from 'react-keynote';\n\nrender((\n  \u003cDocument\u003e\n    \u003cSlide\u003e\n      \u003cSlide.Title\u003e\n        Welcome to the Slideshow!\n      \u003c/Slide.Title\u003e\n      \u003cSlide.Body\u003e\n        Here is some lorem ipsum...\n      \u003c/Slide.Body\u003e\n    \u003cSlide\u003e\n    \u003cSlide\u003e\n      \u003cView style={{ backgroundColor: 'blue', justifyContent: 'center', alignItems: 'center', flex: 1 }}\u003e\n        \u003cText\u003e\n          Some centered text.\n        \u003c/Text\u003e\n      \u003c/View\u003e\n    \u003c/Slide\u003e\n  \u003c/Document\u003e\n));\n\n/* or \nconst jsx = (\n  ...\n);\n\nconst [document] = document.getDocuments({ name: 'Existing Document Name' });\n\nrender(jsx, document);\n*/\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felemental-design%2Freact-keynote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felemental-design%2Freact-keynote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felemental-design%2Freact-keynote/lists"}