simple-visual-novel
    Preparing search index...

    Interface VNEngineOptions

    Options for creating a VNEngine instance.

    interface VNEngineOptions {
        container: string | HTMLElement;
        renderer?: RendererOptions;
        script: Script;
        startScene: string;
    }
    Index

    Properties

    container: string | HTMLElement

    CSS selector or DOM element for rendering

    renderer?: RendererOptions

    Optional renderer configuration

    script: Script

    The story script

    startScene: string

    ID of the starting scene