UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

14 lines (13 loc) 451 B
import { type ImageLike } from '../../environment/ImageLike'; import type { CanvasAndContext } from '../../rendering/renderers/shared/texture/CanvasPool'; /** @internal */ export declare class HTMLTextRenderData { svgRoot: SVGSVGElement; foreignObject: SVGForeignObjectElement; domElement: HTMLElement; styleElement: HTMLElement; image: ImageLike; canvasAndContext?: CanvasAndContext; constructor(); destroy(): void; }