Skip to main content
Module

x/silicon/deps.ts>io.readInt

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

Read big endian 32bit integer from BufReader

Returns

Promise<number | null>