UNPKG

phaser3-rex-plugins

Version:
16 lines (13 loc) 262 B
var CONST = { // new line mode NO_NEWLINE: 0, RAW_NEWLINE: 1, WRAPPED_NEWLINE: 2, // wrap mode NO_WRAP: 0, WORD_WRAP: 1, CHAR_WRAP: 2, // split lines SPLITREGEXP: /(?:\r\n|\r|\n)/ }; export default CONST;