1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-16 20:28:28 +01:00

Refactor import statement for cheerio to use namespace import

This commit is contained in:
codecalm 2025-01-08 10:34:05 +01:00
parent c52d8b15e6
commit 603062956f

View File

@ -3,7 +3,7 @@ import path, { resolve, basename } from 'path';
import { fileURLToPath } from 'url'; import { fileURLToPath } from 'url';
import svgParse from 'parse-svg-path'; import svgParse from 'parse-svg-path';
import svgpath from 'svgpath'; import svgpath from 'svgpath';
import cheerio from 'cheerio'; import * as cheerio from 'cheerio';
import { minify } from 'html-minifier'; import { minify } from 'html-minifier';
import { parseSync } from 'svgson'; import { parseSync } from 'svgson';
import { optimize } from 'svgo'; import { optimize } from 'svgo';