Skip to content

Commit

Permalink
type: Fix svgicons2svgfont type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 10, 2022
1 parent e40816f commit 27e5cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import path from 'path';
import fs from 'fs-extra';
import image2uri from 'image2uri';
import { SVGIcons2SVGFontOptions } from 'svgicons2svgfont';
import { SvgIcons2FontOptions } from 'svgicons2svgfont';
import color from 'colors-cli';
import { OptimizeOptions } from 'svgo';
import { generateIconsSource, generateReactIcons } from './generate';
Expand Down Expand Up @@ -56,7 +56,7 @@ export type SvgToFontOptions = {
/**
* This is the setting for [svgicons2svgfont](https://github.com/nfroidure/svgicons2svgfont/tree/dd713bea4f97afa59f7dba6a21ff7f22db565bcf#api)
*/
svgicons2svgfont?: SVGIcons2SVGFontOptions;
svgicons2svgfont?: SvgIcons2FontOptions;
/** Some options can be configured with svgoOptions though it. [svgo](https://github.com/svg/svgo#configuration) */
svgoOptions?: OptimizeOptions;
/**
Expand Down

0 comments on commit 27e5cf3

Please sign in to comment.