UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 259 B
import type { TextStyle } from '../TextStyle'; /** * Generates a unique key for the text style. * @param style - The style to generate a key for. * @returns the key for the style. */ export declare function generateTextStyleKey(style: TextStyle): string;