Skip to content

A lightweight, customizable code viewer and player with syntax highlighting, folding, typing simulation, and UI controls.

License

Notifications You must be signed in to change notification settings

pwaxdev/pwaxcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PWAxcode

A lightweight, customizable code viewer and player with syntax highlighting, folding, typing simulation, and UI controls.

For live demo and documentation, visit pwax.dev


Features

  • Syntax highlighting for JS, JSON, HTML, CSS, SQL, PHP (extensible with plugins)
  • Line numbers, folding, ruler, auto-indent
  • Typing simulation and step-by-step code player
  • Copy, download, fullscreen, floatbar, toolbar
  • Multiple themes: dark, light, funky, relax
  • i18n support (English, Italian, extendable)

Quick Start

<link rel="stylesheet" href="pwaxcode.css">
<script src="pwaxcode.js"></script>

<div class="container PWAxcode" data-lang="js">
  <pre><code>console.log("Hello PWAxcode");</code></pre>
</div>

<script>
  PWAxcode.autoInit();
</script>

About

A lightweight, customizable code viewer and player with syntax highlighting, folding, typing simulation, and UI controls.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published