deckmint-wasm 0.1.2

WASM bindings for deckmint
Documentation

deckmint-wasm

WebAssembly bindings for deckmint, enabling PowerPoint generation directly in the browser.

cd deckmint-wasm
wasm-pack build --target web
python3 -m http.server 8080
# Open http://localhost:8080/demo/

See demo/index.html for a working example that generates and downloads a .pptx from a button click.

See the deckmint documentation for the full API.