mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-30 20:50:00 +08:00
mail-parser-wasm
usage
import { parse_message } from 'mail-parser-wasm'
const parsedEmail = parse_message(item.raw);
build
wasm-pack build --release
wasm-pack publish