Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umpox/TinyEditor

A functional HTML/CSS/JS editor in less than 400 bytes
https://github.com/umpox/TinyEditor

css html javascript

Last synced: 3 days ago
JSON representation

A functional HTML/CSS/JS editor in less than 400 bytes

Awesome Lists containing this project

README

        

# TinyEditor

## Usage

Paste the following code into your browser address bar:

data:text/html,textarea,iframe{width:100%;height:50%}body{margin:0}textarea{width:33.33%;font-size:18}

If you want to read the code, check out [index.html](https://github.com/umpox/TinyEditor/blob/master/index.html)