ButtonOptions
import type { ButtonOptions } from "https://raw.githubusercontent.com/SheepTester/htmlifier/v1.0.2/src/htmlifier.ts";
Options for toggling which buttons are shown in the top-right corner of the resulting HTML file.
interface ButtonOptions {
addSprite: boolean;
download: boolean;
fullscreen: boolean;
startStop: boolean;
}§Properties
§
addSprite: boolean
[src]Whether to show a button that lets you add a sprite by selecting a .sprite3/.sprite2 file.
Apparently, this can be used for an OS project to add a custom app, where each app is contained within a sprite.