byte.js-live
v1.0.0
Published
Ultra-fast live preview engine for HTML, CSS, and JS
Maintainers
Readme
Markdown
Byte.js 🚀
Every byte counts.
Byte.js is an ultra-lightweight live preview engine that renders HTML, CSS, and JavaScript in real-time with near-zero latency.
Features
- Instant Preview: See your code changes as you type.
- JS Execution: Full support for inline JavaScript logic.
- Minimalist: Less than 1KB, no dependencies.
Installation
npm install byte.js-live
Quick Start
JavaScript
byte({
editor: '#your-textarea-id',
preview: '#your-iframe-id'
});