{"id":24667199,"url":"https://github.com/stacksjs/vidx","last_synced_at":"2025-03-21T12:15:27.962Z","repository":{"id":274244971,"uuid":"922253644","full_name":"stacksjs/vidx","owner":"stacksjs","description":"📹  Make your videos load faster. A better save for the web.","archived":false,"fork":false,"pushed_at":"2025-03-17T15:11:09.000Z","size":467,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T23:23:35.104Z","etag":null,"topics":["cli","ffmpeg","library","typescript","video","video-compression","video-converter","web-optimized"],"latest_commit_sha":null,"homepage":"https://stacks-vidx.netlify.app","language":"TypeScript","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/stacksjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["stacksjs","chrisbbreuer"],"open_collective":"stacksjs"}},"created_at":"2025-01-25T18:09:29.000Z","updated_at":"2025-02-20T11:33:25.000Z","dependencies_parsed_at":"2025-03-09T11:34:36.951Z","dependency_job_id":null,"html_url":"https://github.com/stacksjs/vidx","commit_stats":null,"previous_names":["stacksjs/vidx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fvidx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fvidx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fvidx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksjs%2Fvidx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacksjs","download_url":"https://codeload.github.com/stacksjs/vidx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795520,"owners_count":20511521,"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":["cli","ffmpeg","library","typescript","video","video-compression","video-converter","web-optimized"],"created_at":"2025-01-26T08:16:03.815Z","updated_at":"2025-03-21T12:15:27.940Z","avatar_url":"https://github.com/stacksjs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/stacksjs","https://github.com/sponsors/chrisbbreuer","https://opencollective.com/stacksjs"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/stacksjs/vidx/blob/main/.github/art/cover.jpg?raw=true\" alt=\"Social Card of this repo\"\u003e\u003c/p\u003e\n\n[![npm version][npm-version-src]][npm-version-href]\n[![GitHub Actions][github-actions-src]][github-actions-href]\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\u003c!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] --\u003e\n\u003c!-- [![Codecov][codecov-src]][codecov-href] --\u003e\n\n# vidx\n\n\u003e A better save for web developers.\n\n## Features\n\n- Image Optimizations \u0026 Manipulations\n- Web Optimized by default\n- Simple, lightweight\n- CLI and Library Support\n\n## Install\n\n```bash\nbun install -d @stacksjs/vidx\n```\n\n\u003c!-- _Alternatively, you can install:_\n\n```bash\nbrew install vidx # wip\npkgx install vidx # wip\n``` --\u003e\n\n## Get Started\n\nThere are two ways of using this tool: _as a library or as a CLI._\n\n### Library\n\nGiven the npm package is installed:\n\n```ts\n// wip\n```\n\n### CLI\n\n```bash\nvidx wip\nvidx --help\nvidx --version\n```\n\n## Configuration\n\nThe Reverse Proxy can be configured using a `vidx.config.ts` _(or `vidx.config.js`)_ file and it will be automatically loaded when running the `reverse-proxy` command.\n\n```ts\n// vidx.config.{ts,js}\nimport type { vidxOptions } from '@stacksjs/vidx'\n\nconst config: vidxOptions = {\n  verbose: true,\n}\n\nexport default config\n```\n\n_Then run:_\n\n```bash\n./vidx start\n```\n\nTo learn more, head over to the [documentation](https://reverse-proxy.sh/).\n\n## Testing\n\n```bash\nbun test\n```\n\n## Changelog\n\nPlease see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.\n\n## Contributing\n\nPlease review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.\n\n## Community\n\nFor help, discussion about best practices, or any other conversation that would benefit from being searchable:\n\n[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)\n\nFor casual chit-chat with others using this package:\n\n[Join the Stacks Discord Server](https://discord.gg/stacksjs)\n\n## Postcardware\n\n“Software that is free, but hopes for a postcard.” We love receiving postcards from around the world showing where `vidx` is being used! We showcase them on our website too.\n\nOur address: Stacks.js, 12665 Village Ln #2306, Playa Vista, CA 90094, United States 🌎\n\n## Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.\n\n- [JetBrains](https://www.jetbrains.com/)\n- [The Solana Foundation](https://solana.com/)\n\n## Credits\n\n- [Chris Breuer](https://github.com/chrisbbreuer)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.\n\nMade with 💙\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@stacksjs/vidx?style=flat-square\n[npm-version-href]: https://npmjs.com/package/@stacksjs/vidx\n[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/vidx/ci.yml?style=flat-square\u0026branch=main\n[github-actions-href]: https://github.com/stacksjs/vidx/actions?query=workflow%3Aci\n\n\u003c!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/vidx/main?style=flat-square\n[codecov-href]: https://codecov.io/gh/stacksjs/vidx --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksjs%2Fvidx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacksjs%2Fvidx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksjs%2Fvidx/lists"}