constructor()

in src/visual.ts [241:247]


    constructor(options: VisualConstructorOptions) {
        if (window.location !== window.parent.location) {
            require("core-js/stable");
        }

        this.init(options);
    }