UNPKG

video-upscale

Version:
4 lines (3 loc) 141 B
export function createRect({ width, height }) { return Float32Array.of(0, 0, width, 0, 0, height, 0, height, width, 0, width, height); }