MCPcopy Create free account
hub / github.com/Noumena-Network/code / blit

Method blit

src/ink/output.ts:251–253  ·  view source on GitHub ↗

* Copy cells from a source screen region (blit = block image transfer).

(src: Screen, x: number, y: number, width: number, height: number)

Source from the content-addressed store, hash-verified

249 * Copy cells from a source screen region (blit = block image transfer).
250 */
251 blit(src: Screen, x: number, y: number, width: number, height: number): void {
252 this.operations.push({ type: 'blit', src, x, y, width, height })
253 }
254
255 /**
256 * Shift full-width rows within [top, bottom] by n. n > 0 = up. Mirrors

Callers 2

renderNodeToOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected