https://github.com/tntsuperman/minifyhtml
最適なHTMLを。
https://github.com/tntsuperman/minifyhtml
Last synced: about 2 months ago
JSON representation
最適なHTMLを。
- Host: GitHub
- URL: https://github.com/tntsuperman/minifyhtml
- Owner: TNTSuperMan
- License: apache-2.0
- Created: 2024-12-12T15:06:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T15:10:23.000Z (6 months ago)
- Last Synced: 2025-02-08T18:27:18.416Z (4 months ago)
- Language: HTML
- Homepage: https://tntsuperman.github.io/minifyhtml/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minifyhtml
HTMLを最小化...というか最適化といか...圧縮というか...
## 仕組み
極端にはJSXみたいな感じです。実際は↓
```js
$.html.lang.ja($.head($.meta.charset["utf-8"]),$.body($.p("Hello!")))
```
って感じのJSに翻訳します。