{"id":14007116,"url":"https://github.com/editframe/editframe-js","last_synced_at":"2025-07-24T01:30:51.080Z","repository":{"id":37789556,"uuid":"331053848","full_name":"editframe/editframe-js","owner":"editframe","description":"Official Node library for interacting with the Editframe.com API","archived":false,"fork":false,"pushed_at":"2023-04-27T15:16:20.000Z","size":2596,"stargazers_count":32,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2024-04-26T01:32:13.659Z","etag":null,"topics":["api","encoding","nodejs","sdk","transcoding","video","video-sdk"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@editframe/editframe-js","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/editframe.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":"2021-01-19T17:14:50.000Z","updated_at":"2024-04-21T06:28:27.000Z","dependencies_parsed_at":"2022-06-23T21:09:33.215Z","dependency_job_id":null,"html_url":"https://github.com/editframe/editframe-js","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editframe%2Feditframe-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editframe%2Feditframe-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editframe%2Feditframe-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editframe%2Feditframe-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/editframe","download_url":"https://codeload.github.com/editframe/editframe-js/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214780404,"owners_count":15783765,"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":["api","encoding","nodejs","sdk","transcoding","video","video-sdk"],"created_at":"2024-08-10T10:01:50.217Z","updated_at":"2024-08-10T10:03:51.722Z","avatar_url":"https://github.com/editframe.png","language":"TypeScript","readme":"# Editframe JS SDK\n\nThe Editframe JS SDK is a Node.js library that allows developers to easily integrate Editframe into their web applications. Our goal is to make it extremely easy for software developers to incorporate video composition and editing experiences into their applications.\n\n[![npm version](https://badge.fury.io/js/%40editframe%2Feditframe-js.svg)](https://badge.fury.io/js/%40editframe%2Feditframe-js)\n\nNote: **This library currently only works in `Node` environments and does not work in a browser. Additionally, this should\nonly be used in server environments to protect your API key.**\n\n## Installation\nYou can install the Editframe JS SDK using npm or yarn:\n\nNpm\n```sh\nnpm install @editframe/editframe-js\n```\nYarn\n```sh\nyarn add @editframe/editframe-js\n```\n\n\n## Getting Started\n\nTo get started with the Editframe JS SDK, you will need to obtain an API key from the Editframe dashboard.\n\nOnce you have your API key, you can create an instance of the Editframe class:\n\n\n```\nimport { Editframe } from \"@editframe/editframe-js\"\n\nconst editframe = new Editframe({ token: \"API_TOKEN\" })\n\nconst composition = await editframe.videos.new(\n  {\n    backgroundColor: \"#c400ac\",\n    dimensions: {\n      height: 1080,\n      width: 1920,\n    },\n    duration: 10,\n    metadata: {\n      user_id: 1\n    },\n  },\n  \"https://editframe.com/docs/composition/create-composition/puppy-beach.mp4\"\n);\n\nawait composition.encode();\n\n```\n\n### API Reference\nFor a complete reference of the Editframe JS SDK API, please see the [API documentation](https://editframe.com/docs).\n\n\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditframe%2Feditframe-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditframe%2Feditframe-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditframe%2Feditframe-js/lists"}