Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

SSShooter/export-html

Repository files navigation

This project has been moved to https://github.com/mind-elixir/plugins/tree/main/packages/export-mindmap. This repository will no longer be maintained.


@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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published