Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias GlyphIDArray
import { type GlyphIDArray } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

Regardless of the format we use internally for GlyphID (16 bit unsigned atm), we expose them as 32 bit unsigned.

definition: Uint32Array