UNPKG

typography-canvas-renderer

Version:

A lightweight npm package for rendering typographic content (text and images) on HTML5 Canvas with full CSS styling support including borders, border-radius, multiple border styles, inline text rendering, auto height calculation, and image support

6 lines 208 B
import type { Input } from './types.js'; /** * Validates the input object structure and values */ export declare const validateInput: (input: unknown) => Input; //# sourceMappingURL=input-validator.d.ts.map