Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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