feat: init
This commit is contained in:
10
node_modules/svgo/bin/svgo.js
generated
vendored
Executable file
10
node_modules/svgo/bin/svgo.js
generated
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import colors from 'picocolors';
|
||||
import { program } from 'commander';
|
||||
import makeProgram from '../lib/svgo/coa.js';
|
||||
makeProgram(program);
|
||||
program.parseAsync(process.argv).catch((error) => {
|
||||
console.error(colors.red(error.stack));
|
||||
process.exit(1);
|
||||
});
|
||||
Reference in New Issue
Block a user