<script src="https://cdn.jsdelivr.net/npm/mailfile@0/dist/mailfile.min.js"></script>
const { data, format, message } = mailfile.convert(bytes, { filename: 'note.msg' })
That is the entire integration, and it is exactly how this page works — no build step, no bundler, no
server, no dependencies. The page is one static file,
docs/index.html, in the repository.
Written against the open specifications: