Skip to main content
Module

x/deno_ffmpeg/deps.ts>readLines

ffmpeg wrapper for deno.land
Latest
function readLines
import { readLines } from "https://deno.land/x/deno_ffmpeg@v3.1.0/deps.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>