UNPKG

@drincs/pixi-vn-storymate

Version:

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

6 lines (3 loc) 196 B
import StoryMateType from '../types/StoryMateType.js'; declare function importStoryMate(texts: string | StoryMateType | (string | StoryMateType)[]): Promise<void[]>; export { importStoryMate };