deckmint-wasm 0.1.4

WASM bindings for deckmint
Documentation
deckmint-wasm-0.1.4 has been yanked.

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.