UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 193 B
var GetPlainText = function (textObject, text) { if (textObject.getPlainText) { text = textObject.getPlainText(text); } return text; } export default GetPlainText;