AsciiTheme overlay demo

Style toggle

Injected controls switch data-style between default and ascii.

Primary action

Managed mode

This demo runs with managedMode: true, so the plugin controls data-ascii-mode and injects sun/moon + ASCII toggles.

Secondary action

Stickers

CDN integration snippet

<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>