UNPKG

@thi.ng/pixel

Version:

Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution

11 lines (10 loc) 175 B
import { defIntFormat } from "./int-format.js"; const ALPHA8 = defIntFormat({ type: "u8", size: 8, alpha: 8, channels: [{ size: 8, lane: 0 }] }); export { ALPHA8 };