Skip to main content
Module

x/fast_forward/dev_deps.ts>stripColor

An easy to use ffmpeg module for Deno. 🦕
Latest
function stripColor
import { stripColor } from "https://deno.land/x/fast_forward@0.1.6/dev_deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string