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

https://github.com/tntsuperman/minifyhtml

最適なHTMLを。
https://github.com/tntsuperman/minifyhtml

Last synced: about 2 months ago
JSON representation

最適なHTMLを。

Awesome Lists containing this project

README

        

# minifyhtml
HTMLを最小化...というか最適化といか...圧縮というか...
## 仕組み
極端にはJSXみたいな感じです。実際は↓
```js
$.html.lang.ja($.head($.meta.charset["utf-8"]),$.body($.p("Hello!")))
```
って感じのJSに翻訳します。