An open API service indexing awesome lists of open source software.

https://github.com/stacksjs/vidx

๐Ÿ“น Make your videos load faster. A better save for the web.
https://github.com/stacksjs/vidx

cli ffmpeg library typescript video video-compression video-converter web-optimized

Last synced: about 2 months ago
JSON representation

๐Ÿ“น Make your videos load faster. A better save for the web.

Awesome Lists containing this project

README

        

Social Card of this repo

[![npm version][npm-version-src]][npm-version-href]
[![GitHub Actions][github-actions-src]][github-actions-href]
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# vidx

> A better save for web developers.

## Features

- Image Optimizations & Manipulations
- Web Optimized by default
- Simple, lightweight
- CLI and Library Support

## Install

```bash
bun install -d @stacksjs/vidx
```

## Get Started

There are two ways of using this tool: _as a library or as a CLI._

### Library

Given the npm package is installed:

```ts
// wip
```

### CLI

```bash
vidx wip
vidx --help
vidx --version
```

## Configuration

The 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.

```ts
// vidx.config.{ts,js}
import type { vidxOptions } from '@stacksjs/vidx'

const config: vidxOptions = {
verbose: true,
}

export default config
```

_Then run:_

```bash
./vidx start
```

To learn more, head over to the [documentation](https://reverse-proxy.sh/).

## Testing

```bash
bun test
```

## Changelog

Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.

## Contributing

Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.

## Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)

For casual chit-chat with others using this package:

[Join the Stacks Discord Server](https://discord.gg/stacksjs)

## Postcardware

โ€œ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.

Our address: Stacks.js, 12665 Village Ln #2306, Playa Vista, CA 90094, United States ๐ŸŒŽ

## Sponsors

We 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.

- [JetBrains](https://www.jetbrains.com/)
- [The Solana Foundation](https://solana.com/)

## Credits

- [Chris Breuer](https://github.com/chrisbbreuer)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.

Made with ๐Ÿ’™

[npm-version-src]: https://img.shields.io/npm/v/@stacksjs/vidx?style=flat-square
[npm-version-href]: https://npmjs.com/package/@stacksjs/vidx
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/vidx/ci.yml?style=flat-square&branch=main
[github-actions-href]: https://github.com/stacksjs/vidx/actions?query=workflow%3Aci