UNPKG

@drincs/pixi-vn-ink

Version:

Pixi'VN gives you the ability to write your own narrative using Ink

2 lines 257 B
'use strict';var r="\xA7DOUBLE_SLASH_CONVERTOR\xA7";function n(l){return l.startsWith("^")&&(l=l.substring(1)),l=l.replaceAll("\\\\",r),l=l.replaceAll("\\n",` `),l=l.replaceAll("\\t"," "),l=l.replaceAll(" "," "),l=l.replaceAll(r,"\\\\"),l}exports.getText=n;