@reuters-graphics/illustrator-exports
v0.0.2
Published
Simple CLIs to export things from Adobe Illustrator files.
Keywords
Readme
Illustrator exports
Simple CLIs to export things from Adobe Illustrator files.
Install
pnpm i @reuters-graphics/illustrator-exportsUse
import { AiExport } from '@reuters-graphics/illustrator-exports';
const aiExport = new AiExport('/path/to/your/ai-file.ai');
const artboardName = 'md';
aiExport.saveEPS('/path/to/export.eps', artboardName);
aiExport.exportJPG('/path/to/export.jpg', artboardName);