Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Pixels

import type { Pixels } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";

A pixel is formatted like so: "10px"

type Pixels = string;

§Type

§
string
[src]