Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwreey/lune-minify-html
minify-html binding for lune runtime
https://github.com/qwreey/lune-minify-html
luau lune minify-html web
Last synced: about 2 months ago
JSON representation
minify-html binding for lune runtime
- Host: GitHub
- URL: https://github.com/qwreey/lune-minify-html
- Owner: qwreey
- License: mit
- Created: 2024-11-12T13:41:33.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:00:03.000Z (2 months ago)
- Last Synced: 2024-11-26T19:40:21.598Z (about 2 months ago)
- Topics: luau, lune, minify-html, web
- Language: Luau
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lune-minify-html
Simple [minify-html](https://github.com/wilsonzlin/minify-html) wrapper for lune runtime, with ffi edge feature.
## Example usage
Run `cargo build --profile=release` first to get shared object.
```luau
local minify_html = require("./")
.new("./target/release/liblune_minify_html.so")local result = minify_html:minify([[
Hello world
Hello world
]])print(result) -- Hello world
Hello world
```## TODO
Minify option supports