UNPKG

@thi.ng/pixel

Version:

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

11 lines (10 loc) 227 B
import { Lane } from "../api.js"; import { defFloatFormat } from "./float-format.js"; const FLOAT_GRAY_ALPHA = defFloatFormat({ gray: true, alpha: true, channels: [Lane.RED, Lane.ALPHA] }); export { FLOAT_GRAY_ALPHA };