Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaackoz/web-to-embed
A CLI tool to convert static web assets into embeddable C++ code for use with Arduino, ESP32, etc.
https://github.com/isaackoz/web-to-embed
arduino esp32 microcontroller
Last synced: 14 days ago
JSON representation
A CLI tool to convert static web assets into embeddable C++ code for use with Arduino, ESP32, etc.
- Host: GitHub
- URL: https://github.com/isaackoz/web-to-embed
- Owner: isaackoz
- License: mit
- Created: 2024-11-05T22:58:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T00:23:12.000Z (3 months ago)
- Last Synced: 2024-11-16T14:08:01.609Z (3 months ago)
- Topics: arduino, esp32, microcontroller
- Language: Go
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web To Embed
Convert static web assets into embeddable C++ code## Usage
`web-to-embed convert -i './build'`
### `convert` Parameters
| param | usage | required | default | type |
| ----- | ----- | ---- | ---- | --- |
| `i` | Input to source directory | `true` | n/a | string |
| `o` | Output directory | `false` | `'./'` | string |
| `--progmem` | Include `PROGMEM` keyword (only applicable to Arduino) | `false` | `false` | boolean |## Building
todo