Style toggle
Injected controls switch data-style between default and ascii.
Injected controls switch data-style between default and ascii.
This demo runs with managedMode: true, so the plugin controls data-ascii-mode and injects sun/moon + ASCII toggles.
<link rel="stylesheet" href="https://unpkg.com/@markoblogo/ascii-theme/dist/style.css" />
<script src="https://unpkg.com/@markoblogo/ascii-theme/dist/ascii-theme.umd.js"></script>
<script>
AsciiTheme.initAsciiTheme({ managedMode: false });
</script>