indexFunctions
Function: importPixiVNJson()
> importPixiVNJson(values, options?): Promise<void>
Defined in: src/interpreter/importer.ts:14
Import a Pixi'VN JSON to the system. This feature was created to give other developers the ability to create tools that can generate Pixi'VN labels or that generate Pixi'VN after extracting information from a programming language designed for writing narratives.
Parameters
values
string | PixiVNJson | (string | PixiVNJson)[]
The Pixi'VN JSON to be imported
options?
LabelJsonOptions = {}
Returns
Promise<void>