Ecosyste.ms: Awesome

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

https://github.com/tamius-han/ultrawidify

Firefox extension that allows you to work around some people's inability to properly encode 21:9 videos.
https://github.com/tamius-han/ultrawidify

aspect-ratio chrome-extension firefox-extension netflix ultrawide youtube

Last synced: about 2 months ago
JSON representation

Firefox extension that allows you to work around some people's inability to properly encode 21:9 videos.

Lists

README

        

# Build guide for AMO

## Build platform

The extension is built on a PC running Manjaro Linux. npm and node are installed from repositories/aur.

### Software versions:

Node/npm versions:

```
node: %%NODE_VERSION%%
npm: %%NPM_VERSION%%
```

Linux (`uname -a`):

```
%%LINUX_VERSION%%
```

## Reproducing build

Run the following commands to install dependencies and compile the firefox build:

```
npm ci
npm run build
```

The compiled code pops up in `/dist-ff`.