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

x/png_mimic/deps.ts

Mimic any binary to PNG.
Latest
import * as pngMimic from "https://deno.land/x/png_mimic@v1.0.3/deps.ts";

Functions

Concat multiple sources into single binary.

Decompress DEFLATE format binary. Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is "deflate-raw".

Compress binary with DEFLATE format. Default codec is DEFLATE with no header (RFC-1951) and name in WebAPI specification is "deflate-raw".

Convert from encoded binary to string.

Convert from string to UTF-8 binary.