sham-export-engine
v1.0.0
Published
Universal export engine for markdown, html, json and text
Maintainers
Readme
sham-export-engine
Universal export engine for:
- Markdown
- HTML
- JSON
- Text
Installation
npm install sham-export-engineUsage
import {
exportMarkdown,
exportHTML,
exportJSON,
} from "sham-export-engine";
const data = {
title: "My Notes",
content: "Hello World",
};
exportMarkdown(data);
exportHTML(data);
exportJSON(data);Features
- Lightweight
- TypeScript support
- Easy integration
- Browser compatible
License
MIT
