UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

5 lines (4 loc) 281 B
import type { NormalizedFill } from 'modern-idoc'; import type { RectangleLike } from '../../../core'; import type { CanvasBatchable } from '../../main'; export declare function getFillDrawOptions(fill: NormalizedFill, rect: RectangleLike): Partial<Omit<CanvasBatchable, 'type'>>;