1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Drop createContentItem from public api and JSAPI node wrappers

This commit is contained in:
Bogdan Chadkin
2022-10-02 12:00:44 +03:00
parent 50e836d5a4
commit 516c6e1fc1
10 changed files with 51 additions and 90 deletions

View File

@ -4,9 +4,7 @@ const os = require('os');
const fs = require('fs');
const { pathToFileURL } = require('url');
const path = require('path');
const { optimize: optimizeAgnostic, createContentItem } = require('./svgo.js');
exports.createContentItem = createContentItem;
const { optimize: optimizeAgnostic } = require('./svgo.js');
const importConfig = async (configFile) => {
let config;