UNPKG

sanity-next-social-image-generator

Version:
4 lines (3 loc) 144 B
/// <reference types="node" /> import { TextOptions } from './types'; export declare const buildTextSVGBuffer: (config: TextOptions) => Buffer;