Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/silicon/deps.ts>io.BufReader#readByte

Deno module to generate images from source code using Aloxaf/silicon.
Go to Latest
method io.BufReader.prototype.readByte
import { io } from "https://deno.land/x/silicon@v0.0.2/deps.ts";
const { BufReader } = io;

Returns the next byte [0, 255] or null.

Returns

Promise<number | null>