Skip to main content
Module

x/fast_forward/deps.ts

An easy to use ffmpeg module for Deno. 🦕
Latest
import * as fastForward from "https://deno.land/x/fast_forward@0.1.6/deps.ts";

Functions

Set text color to blue.

Make the text bold.

Copies from src to dst until either EOF (null) is read from src or an error occurs. It resolves to the number of bytes copied or rejects with the first error encountered while copying.

Creates a Promise with the reject and resolve functions placed as methods on the promise object itself. It allows you to do:

Turns a Reader, r, into an async iterator.

Set text color to red.