Skip to content

Commit

Permalink
fix import saveAs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyssette committed Jul 23, 2024
1 parent a540316 commit 7a94e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Mindmap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
} from 'markmap-lib';
import * as markmap from 'markmap-view';
import {deriveOptions} from 'markmap-view';
import { saveAs } from 'file-saver-es';
import {
mindmapSaveAsSvg,
mindmapSaveAsHtml,
Expand Down

0 comments on commit 7a94e29

Please sign in to comment.