@mind-elixir/export-html

3.0.0 • Public • Published

@mind-elixir/export-html

@mind-elixir/export-html is a plugin of mind-elixir-core. You can use @mind-elixir/export-html to export a .html file.

Install

npm i @mind-elixir/export-html file-saver

How To Use

Use As A Plugin

import MindElixir from 'mind-elixir'
import exportHtml from '@mind-elixir/export-html'

const mind = new MindElixir(options)
mind.install(exportHtml)
mind.init(data)

const blob = await mind.exportHtml() // get blob

mind.exportHtmlFile(fileName) // download file

MindElixir Data To Html

import { data2Html } from '@mind-elixir/export-html'
// use this way to avoid creating instance
const blob = await data2Html(JSON.parse(JSON.stringify(data))) // data returned by getData()

Compatibility

@mind-elixir/export-html@1.0.0 -> mind-elixir 1.x
@mind-elixir/export-html@2.0.0 -> mind-elixir 2.x
@mind-elixir/export-html@3.0.0 -> mind-elixir 3.x

/@mind-elixir/export-html/

    Package Sidebar

    Install

    npm i @mind-elixir/export-html

    Weekly Downloads

    2

    Version

    3.0.0

    License

    none

    Unpacked Size

    105 kB

    Total Files

    4

    Last publish

    Collaborators

    • ssshooter