Skip to content

Commit

Permalink
Remove SVG Extractor, should be delegated to a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 22, 2022
1 parent c8b03ad commit 17b9491
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
5 changes: 0 additions & 5 deletions src/CalHeatmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import DomainCollection from './calendar/DomainCollection';
import createHelpers from './helpers/HelperFactory';
import validate from './options/OptionsValidator';

// import extractSVG from './utils/extractSVG';
import './cal-heatmap.scss';

import TemplateCollection from './calendar/TemplateCollection';
Expand Down Expand Up @@ -239,8 +238,4 @@ export default class CalHeatmap {
destroy(): Promise<unknown> {
return this.calendarPainter.destroy();
}

// getSVG() {
// return extractSVG(this.calendarPainter.root, this.options.options);
// }
}
118 changes: 0 additions & 118 deletions src/utils/extractSVG.ts

This file was deleted.

0 comments on commit 17b9491

Please sign in to comment.