UNPKG

@drincs/pixi-vn-storymate

Version:

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

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