UNPKG

text-to-image

Version:

A library for generating an image data URI representing an image containing the text of your choice.

4 lines (3 loc) 259 B
import { GenerateFunction, GenerateOptionsAsync, GenerateOptionsSync, GenerateFunctionSync } from './@types'; export declare const generate: GenerateFunction<GenerateOptionsAsync>; export declare const generateSync: GenerateFunctionSync<GenerateOptionsSync>;