Variable: options
> const options: object
Defined in: node_modules/@drincs/pixi-vn-json/dist/index.d.ts:1172
Configuration options for the TextReplaces system.
Type Declaration
replaceRegex
> replaceRegex: RegExp
The regex used to find replacement tokens in the text (e.g. [key]).
Default
/\[([^\]]+)\]/