UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 254 B
import TextTruncator from './texttruncator'; export default class TextTruncatorPlugin extends Phaser.Plugins.BasePlugin { add( gameObject: Phaser.GameObjects.GameObject, config?: TextTruncator.IConfig ): TextTruncator; }