This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Code by Gemini | |
| Illustrator版:表紙・カバー・帯作成用ジェネレータ | |
| Compatible with Illustrator CS6 / CC | |
| */ | |
| (function() { | |
| var scriptFile = new File($.fileName); | |
| var configFile = new File(scriptFile.path + "/book_gen_config_ai.json"); |