Built-in Functions
Modify the HTML structure
static template ()Examples
monogatari.component ('main-screen').template (() => {
return `
<h1>My Awesome Game</h1>
<main-menu></main-menu>
`;
});Running an arbitrary line of Monogatari
monogatari.run ("string")Last updated
Was this helpful?